Cinemachine
CinemachineBlendListCameraInstruction Structure |
This represents a single entry in the instrunction list of the BlendListCamera.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute] public struct Instruction
JavaScript supports the use of structures, but not the declaration of new ones.
The CinemachineBlendListCameraInstruction type exposes the following members.
Fields
Name | Description | |
---|---|---|
m_Blend | How to blend to the next virtual camera in the list (if any) | |
m_Hold | How long to wait (in seconds) before activating the next virtual camera in the list (if any) | |
m_VirtualCamera | The virtual camera to activate when this instruction becomes active |
See Also