Method SetLiveChild
SetLiveChild(ICinemachineCamera, Vector3, float)
Set the current active camera. All necessary blends will be created, and events generated.
Declaration
protected void SetLiveChild(ICinemachineCamera activeCamera, Vector3 worldUp, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
ICinemachineCamera | activeCamera | Current active camera |
Vector3 | worldUp | Current world up |
float | deltaTime | Current deltaTime applicable for this frame |