mrtk_developmentreleases/2.0.0releases/2.1.0releases/2.2.0

    Show / Hide Table of Contents

    Enum ExperienceScale

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

    Namespace: Microsoft.MixedReality.Toolkit.Utilities
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    public enum ExperienceScale

    Fields

    Name Description
    OrientationOnly

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

    Room

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

    Seated

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

    Standing

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

    World

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

    In This Article
    • Fields
    Back to top Generated by DocFX