CameraState.CustomBlendable Structure
From Cinemachine
Cinemachine
![]() | CameraStateCustomBlendable Structure |
Opaque structure represent extra blendable stuff and its weight.
The base system 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)
public struct CustomBlendable
JavaScript supports the use of structures, but not the declaration of new ones.The CameraStateCustomBlendable type exposes the following members.
| Name | Description | |
|---|---|---|
| CameraStateCustomBlendable | Constructor with specific values |
| Name | Description | |
|---|---|---|
| m_Custom | The custom stuff that the extention module will consider | |
| m_Weight | The weight of the custom stuff. Must be 0...1 |
