CameraState.CustomBlendable Constructor

Cinemachine

CameraStateCustomBlendable Constructor

Constructor with specific values

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public CustomBlendable(
	Object custom,
	float weight
)
Cinemachine.CustomBlendable = function(custom, weight);

Parameters

custom
Type: Object
The custom stuff that the extention module will consider
weight
Type: SystemSingle
The weight of the custom stuff. Must be 0...1
See Also