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)

public float GetWeight( int index )
function GetWeight(index);
Parameters
- index
- Type: SystemInt32
The child index. Only immediate CinemachineVirtualCameraBase children are counted.
Return Value
Type: SingleThe weight of the camera. Valid only if camera is active and enabled.
