Cinemachine
CameraStateGetCustomBlendable Method |
Get a custom blendable that will be applied to the camera.
The base system manages but otherwise ignores this data - it is intended for
extension modules
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public CameraStateCustomBlendable GetCustomBlendable( int index )
function GetCustomBlendable(index);
Parameters
- index
- Type: SystemInt32
Which one to get. Must be in range [0...NumCustomBlendables)
Return Value
Type: CameraStateCustomBlendableThe custom blendable at the specified index.
See Also