ExperienceScale Enum

Definition

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

C++
public enum class ExperienceScale
Inheritance
ExperienceScale
Attributes

Fields

Name Value Description
OrientationOnly 0

An experience which utilizes only the headset orientation and is gravity aligned. The coordinate system origin is at head 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.

Room 3

An experience designed to support movement throughout a room. 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

Product Versions
MRTK2 Unity 2018 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0
MRTK2 Unity 2019 2.5.0, 2.5.1, 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0
MRTK2 Unity 2020 2.5.2, 2.5.3, 2.5.4, 2.6.0, 2.7.0, 2.8.0