Cinemachine
CinemachineBlendDefinition Structure |
Definition of a Camera blend. This struct holds the information
necessary to generate a suitable AnimationCurve for a Cinemachine Blend.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
[SerializableAttribute] [DocumentationSortingAttribute(10.2f, DocumentationSortingAttributeLevel.UserRef)] public struct CinemachineBlendDefinition
JavaScript supports the use of structures, but not the declaration of new ones.
The CinemachineBlendDefinition type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CinemachineBlendDefinition | Constructor |
Properties
Name | Description | |
---|---|---|
BlendCurve |
An AnimationCurve specifying the interpolation duration and value
for this camera blend. The time of the last key frame is assumed to the be the
duration of the blend. Y-axis values must be in range [0,1] (internally clamped
within Blender) and time must be in range of [0, +infinity)
|
Fields
See Also