Method IsLiveChild
IsLiveChild(ICinemachineCamera, bool)
Check whether the cam is a live child of this camera.
Declaration
public override bool IsLiveChild(ICinemachineCamera vcam, bool dominantChildOnly = false)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | vcam | |
bool | dominantChildOnly | If true, 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 |