Experimental: this API is experimental and might be changed or removed in the future.

XRMeshSubsystem

class in UnityEngine.Experimental.XR

/

다음으로부터 상속:Experimental.IntegratedSubsystem

매뉴얼로 전환

설명

Allows external systems to provide dynamic meshes to Unity.

The XRMeshSubsystem enables external systems to provide dynamic meshes to Unity. The meshes are processed on background threads, including physics baking, so as not to block the main thread during execution. This is useful for that provide dynamic meshes during runtime, such as spatially-aware AR devices.

Public 함수

GenerateMeshAsyncRequest that the mesh with TrackableId meshId gets generated. onMeshGenerationComplete is called when generation is complete.
TryGetMeshInfosGet information about every mesh tracked by the system.

상속된 멤버

Public 함수

DestroyDestroys this instance of a subsystem.
StartStarts an instance of a subsystem.
StopStops an instance of a subsystem.