We've moved!

Starting from MRTK 2.6, we are publishing both conceptual docs and API references on docs.microsoft.com. For conceptual docs, please visit our new landing page. For API references, please visit the MRTK-Unity section of the dot net API explorer. Existing content will remain here but will not be updated further.

    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.

    Back to top Generated by DocFX