CinemachineCore Methods
From Cinemachine
Cinemachine
![]() | CinemachineCore Methods |
The CinemachineCore type exposes the following members.
| Name | Description | |
|---|---|---|
| FindPotentialTargetBrain |
Try to find a CinemachineBrain to associate with a
Cinemachine Virtual Camera. The first CinemachineBrain
in which this Cinemachine Virtual Camera is live will be used.
If none, then the first active CinemachineBrain will be used.
Brains with OutputCamera == null will not be returned.
Final result may be null.
| |
| GenerateCameraActivationEvent |
Signal that the virtual has been activated.
If the camera is live, then all CinemachineBrains that are showing it will
send an activation event.
| |
| GenerateCameraCutEvent |
Signal that the virtual camera's content is discontinuous WRT the previous frame.
If the camera is live, then all CinemachineBrains that are showing it will send a cut event.
| |
| GetActiveBrain | Access the array of active CinemachineBrains in the scene
without gebnerating garbage | |
| GetVcamUpdateStatus | Internal use only | |
| GetVirtualCamera | Access the array of active ICinemachineCamera in the scene
without gebnerating garbage | |
| IsLive |
Is this virtual camera currently actively controlling any Camera?
|
