Class XRMesh
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
[Value("XRMesh")]
public class XRMesh
- Inheritance
-
XRMesh
- Inherited Members
-
Constructors
XRMesh()
Properties
Indices
[Value("indices")]
public Uint32Array Indices { get; }
Property Value
- Uint32Array
LastChangedTime
[Value("lastChangedTime")]
public Number LastChangedTime { get; }
Property Value
- Number
MeshSpace
[Value("meshSpace")]
public XRSpace MeshSpace { get; }
Property Value
- XRSpace
SemanticLabel
[Value("semanticLabel")]
public string? SemanticLabel { get; }
Property Value
- string
Vertices
[Value("vertices")]
public Float32Array[] Vertices { get; }
Property Value
- Float32Array[]