Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    TrackingSpace Enum

    Namespace: Stride.VirtualReality
    Assembly: Stride.VirtualReality.dll

    Identifies which style of tracking origin the application wants to use for the poses it is requesting

    public enum TrackingSpace

    Fields

    Name Description
    RawAndUncalibrated

    Poses are provided in the coordinate system defined by the driver. It has Y up and is unified for devices of the same driver. You usually don't want this one.

    Seated

    Poses are provided relative to the seated zero pose

    Standing

    Poses are provided relative to the safe bounds configured by the user

    Extension Methods

    ComponentBaseExtensions.DisposeBy<TrackingSpace>(ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<TrackingSpace>(ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation