Struct CameraState.CustomBlendable
Opaque structure represent extra blendable stuff and its weight. The base system ignores this data - it is intended for extension modules
상속된 멤버
네임스페이스: Cinemachine
어셈블리: solution.dll
구문
public struct CameraState.CustomBlendable
생성자
| 이름 | 설명 |
|---|---|
| CustomBlendable(Object, float) | Constructor with specific values |
필드
| 이름 | 설명 |
|---|---|
| m_Custom | The custom stuff that the extension module will consider |
| m_Weight | The weight of the custom stuff. Must be 0...1 |