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
Enumeration ComfortTypeTypes of movement that will trigger the comfort vignette.
virtual void OnEnable ( )
virtual void OnDisable ( )
void InjectAllComfortOptionToggle toggle,
AnimationCurve curve,
void InjectToggle ( Toggle toggle )
void InjectCurve ( AnimationCurve curve )