API reference
API reference
Select your platform
No SDKs available
No versions available

LocomotionComfortVignetteSetting Class

Extends MonoBehaviour
Locomotion setting that controls the vignette strength when different locomotion events occur.
You can select between Turning, Acceleration and linear movement and it will apply the selected AnimationCurve when the referenced toggle is activated

Member Enumerations

Enumeration ComfortType

Types of movement that will trigger the comfort vignette
Turning
No description available
Accelerating
No description available
Moving
No description available

Protected Fields

bool _started[Get]

Protected Functions

virtual void Start ( )
virtual void OnEnable ( )
virtual void OnDisable ( )

Member Functions

void InjectAllComfortOption
( ComfortType comfortType,
Toggle toggle,
AnimationCurve curve,
LocomotionTunneling tunneling )
void InjectComfortType
( ComfortType comfortType )
void InjectToggle
( Toggle toggle )
void InjectCurve
( AnimationCurve curve )
void InjectTunneling
( LocomotionTunneling tunneling )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon