PoseMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The pose mode used for rendering.
public enum class PoseMode
public enum PoseMode
type PoseMode =
Public Enum PoseMode
- Inheritance
-
PoseMode
Fields
Name | Value | Description |
---|---|---|
Local | 0 | Client operates in local pose space which uses the latest available pose for rendering. |
Remote | 1 | Client operates in remote pose space which uses the remote pose of the latest received remote frame for rendering. |
Passthrough | 2 | Client operates in remote pose space which uses the remote pose of the latest received remote frame for rendering. Content will not be reprojected and instead stay in remote pose space. |