Class XRPlane
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("XRPlane")]
public class XRPlane
- Inheritance
-
XRPlane
- Inherited Members
-
Constructors
XRPlane()
Properties
LastChangedTime
[Value("lastChangedTime")]
public Number LastChangedTime { get; }
Property Value
- Number
Orientation
[Value("orientation")]
public XRPlaneOrientation? Orientation { get; }
Property Value
- XRPlaneOrientation?
PlaneSpace
[Value("planeSpace")]
public XRSpace PlaneSpace { get; }
Property Value
- XRSpace
Polygon
[Value("polygon")]
public DOMPointReadOnly[] Polygon { get; }
Property Value
- DOMPointReadOnly[]
SemanticLabel
[Value("semanticLabel")]
public string? SemanticLabel { get; }
Property Value
- string