ExperienceScale Enum

Definition

The ExperienceScale identifies the environment for which the experience is designed.

public enum class ExperienceScale
[System.Serializable]
public enum ExperienceScale
[<System.Serializable>]
type ExperienceScale = 
Public Enum ExperienceScale
Inheritance
ExperienceScale
Attributes

Fields

OrientationOnly 0

An experience which utilizes only the headset orientation and is gravity aligned. The coordinate system origin is at head level.

Room 3

An experience designed to support movement throughout a room. The coordinate system origin is at floor level.

Seated 1

An experience designed for seated use. The coordinate system origin is at head level.

Standing 2

An experience designed for stationary standing use. The coordinate system origin is at floor level.

World 4

An experience designed to utilize and move through the physical world. The coordinate system origin is at head level.

Applies to