Class XRMeshSubsystem
Inheritance
XRMeshSubsystem
Assembly: UnityEngine.dll
Syntax
public class XRMeshSubsystem : IntegratedSubsystem<XRMeshSubsystemDescriptor>, ISubsystem
Methods
GenerateMeshAsync(TrackableId, Mesh, MeshCollider, MeshVertexAttributes, Action<MeshGenerationResult>)
Declaration
public void GenerateMeshAsync(TrackableId meshId, Mesh mesh, MeshCollider meshCollider, MeshVertexAttributes attributes, Action<MeshGenerationResult> onMeshGenerationComplete)
Parameters
|
Improve this Doc
View Source
TryGetMeshInfos(List<MeshInfo>)
Declaration
public bool TryGetMeshInfos(List<MeshInfo> meshInfosOut)
Parameters
Returns
Implements
Extension Methods