docs.unity.cn
    Show / Hide Table of Contents

    Class CameraPipelineAttribute

    Attribute used by camera pipeline authoring components to indicate which stage of the pipeline they belong in.

    Inheritance
    Object
    Attribute
    CameraPipelineAttribute
    Namespace: Unity.Cinemachine
    Syntax
    public sealed class CameraPipelineAttribute : Attribute, _Attribute

    Constructors

    CameraPipelineAttribute(CinemachineCore.Stage)

    Constructor: Pipeline Stage is defined here.

    Declaration
    public CameraPipelineAttribute(CinemachineCore.Stage stage)
    Parameters
    Type Name Description
    CinemachineCore.Stage stage

    The stage in the Camera Pipeline in which to position this component

    Properties

    Stage

    Get the stage in the Camera Pipeline in which to position this component

    Declaration
    public CinemachineCore.Stage Stage { get; }
    Property Value
    Type Description
    CinemachineCore.Stage
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Saturday, May 6, 2023