CinemachineBlendDefinition Constructor

Cinemachine

CinemachineBlendDefinition Constructor

Constructor

Namespace:  Cinemachine
Assembly:  Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public CinemachineBlendDefinition(
	CinemachineBlendDefinitionStyle style,
	float time
)
Cinemachine.CinemachineBlendDefinition = function(style, time);

Parameters

style
Type: CinemachineCinemachineBlendDefinitionStyle
The shape of the blend curve.
time
Type: SystemSingle
The duration (in seconds) of the blend
See Also