Class CameraPipelineAttribute
Attribute used by camera pipeline authoring components to indicate which stage of the pipeline they belong in.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: Unity.Cinemachine.dll
Syntax
public sealed class CameraPipelineAttribute : Attribute
Constructors
CameraPipelineAttribute(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 |