CinemachineBlendListCamera.Instruction Structure

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
  NameDescription
Public fieldm_Blend
How to blend to the next virtual camera in the list (if any)
Public fieldm_Hold
How long to wait (in seconds) before activating the next virtual camera in the list (if any)
Public fieldm_VirtualCamera
The virtual camera to activate when this instruction becomes active
Top
See Also