CameraState.CustomBlendable Structure

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)
Syntax
public struct CustomBlendable
JavaScript supports the use of structures, but not the declaration of new ones.

The CameraStateCustomBlendable type exposes the following members.

Constructors
  NameDescription
Public methodCameraStateCustomBlendable
Constructor with specific values
Top
Fields
  NameDescription
Public fieldm_Custom
The custom stuff that the extention module will consider
Public fieldm_Weight
The weight of the custom stuff. Must be 0...1
Top
See Also