Enum FacingMode
See Facing.
public enum FacingMode : byte
Fields
Camera = 2The facing/up vector will automatically face the camera based on the individual visual's position.
Global = 0The facing/up vector will be inherited from the global default.
Value = 1The facing/up vector has explicitly been set.