ICinemachineCamera.ParentCamera Property

Cinemachine

ICinemachineCameraParentCamera Property

For cameras that implement child cameras, returns the parent vcam, otherwise null.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
ICinemachineCamera ParentCamera { get; }
function get_ParentCamera();

Property Value

Type: ICinemachineCamera
See Also