Struct CameraState.CustomBlendable
Opaque structure represent extra blendable stuff and its weight. The base system ignores this data - it is intended for extension modules
Inherited Members
Namespace: Cinemachine
Assembly: solution.dll
Syntax
public struct CameraState.CustomBlendable
Constructors
Name | Description |
---|---|
CustomBlendable(Object, float) | Constructor with specific values |
Fields
Name | Description |
---|---|
m_Custom | The custom stuff that the extension module will consider |
m_Weight | The weight of the custom stuff. Must be 0...1 |