Struct ICinemachineCamera.ActivationEventParams
This is sent with ActivationEvent
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public struct ICinemachineCamera.ActivationEventParams
Fields
Name | Description |
---|---|
DeltaTime | Effective deltaTime for this frame |
IncomingCamera | Camera that is being activated (may be null) |
IsCut | If true, then the transition is instantaneous |
Origin | Object that originated the event |
OutgoingCamera | Camera that is being deactivated (may be null) |
WorldUp | Up direction for this frame. Unity vector in world coords. |