Method IsLiveChild
IsLiveChild(ICinemachineCamera, bool)
Check whether the vcam a live child of this camera. Returns true if the child is currently contributing actively to the camera state.
Declaration
public bool IsLiveChild(ICinemachineCamera vcam, bool dominantChildOnly = false)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | vcam | The Virtual Camera to check |
bool | dominantChildOnly | If truw, will only return true if this vcam is the dominant live child |
Returns
Type | Description |
---|---|
bool | True if the vcam is currently actively influencing the state of this vcam |