CinemachineMixingCamera.GetWeight Method (Int32)

Cinemachine

CinemachineMixingCameraGetWeight Method (Int32)

Get the weight of the child at an index.

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public float GetWeight(
	int index
)
function GetWeight(index);

Parameters

index
Type: SystemInt32
The child index. Only immediate CinemachineVirtualCameraBase children are counted.

Return Value

Type: Single
The weight of the camera. Valid only if camera is active and enabled.
See Also