MixedRealityPlayspace Class
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.
A static class encapsulating the Mixed Reality playspace.
public ref class MixedRealityPlayspace abstract sealed
public static class MixedRealityPlayspace
type MixedRealityPlayspace = class
Public Class MixedRealityPlayspace
- Inheritance
-
MixedRealityPlayspace
Properties
Position |
The location of the playspace. |
Rotation |
The playspace's rotation. |
Transform |
The transform of the playspace. |
Methods
AddChild(Transform) |
Adds a child object to the playspace's hierarchy. |
Destroy() | |
InitializeOnLoad() | |
InverseTransformDirection(Vector3) |
Transforms a direction from world to local space. |
InverseTransformPoint(Vector3) |
Transforms a position from world to local space. |
PerformTransformation(Action<Transform>) |
Performs a playspace transformation. |
RotateAround(Vector3, Vector3, Single) |
Rotates the playspace around the specified axis. |
RuntimeInitializeOnLoadMethod() | |
TransformDirection(Vector3) |
Transforms a direction from local to world space. |
TransformPoint(Vector3) |
Transforms a position from local to world space. |