Method IsLiveChild
IsLiveChild(ICinemachineCamera, bool)
Check whether the vcam a live child of this camera.
선언
public override bool IsLiveChild(ICinemachineCamera vcam, bool dominantChildOnly = false)
파라미터
타입 | 이름 | 설명 |
---|---|---|
ICinemachineCamera | vcam | The Virtual Camera to check |
bool | dominantChildOnly | If truw, will only return true if this vcam is the dominat live child |
반환
타입 | 설명 |
---|---|
bool | True if the vcam is currently actively influencing the state of this vcam |