Method GetCinemachineComponent
GetCinemachineComponent(Stage)
Get the component set for a specific stage in the pipeline.
Declaration
public virtual CinemachineComponentBase GetCinemachineComponent(CinemachineCore.Stage stage)
Parameters
| Type | Name | Description |
|---|---|---|
| CinemachineCore.Stage | stage | The stage for which we want the component |
Returns
| Type | Description |
|---|---|
| CinemachineComponentBase | The Cinemachine component for that stage, or null if not present. |