Method InvokeOnTransitionInExtensions
InvokeOnTransitionInExtensions(ICinemachineCamera, Vector3, float)
Invokes the OnTransitionFromCamera for all extensions on this camera
Declaration
protected bool InvokeOnTransitionInExtensions(ICinemachineCamera fromCam, Vector3 worldUp, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | fromCam | The camera being deactivated. May be null. |
Vector3 | worldUp | Default world Up, set by the CinemachineBrain |
float | deltaTime | Delta time for time-based effects (ignore if less than or equal to 0) |
Returns
Type | Description |
---|---|
bool | True to request a vcam update of internal state |