VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages

Modes of teleportation/movement. INSTANT: Instantly moves to the target position FADE_COLOR: Fades the screen to a given color, teleports to target location, then fades the color back out. DASH: Moves to target location in a linear fash with a given speed. FADE_DASH: Combination of FADE_COLOR and DASH. Fades the camera to a given color, then (while the curtains are closed) linearly translates the rig to target location. Then fades the colro back out. FADE_DASH or DASH are the modes of choice when using an avatar, as they provide a speed value.

Enumerator
INSTANT 
FADE_COLOR 
DASH 
FADE_DASH 

Definition at line 36 of file AVR_MovementProvider.cs.