Version: 2020.2
언어: 한국어

MeshGenerationResult

struct in UnityEngine.XR

매뉴얼로 전환

설명

Contains event information related to a generated mesh.

This struct is used by the XRMeshSubsystem to provide information about the result of XRMeshSubsystem.GenerateMeshAsync.

변수

AttributesThe MeshVertexAttributes that were written to the MeshGenerationResult.Mesh.
MeshIf the generation was successful, data has been written to this Mesh.
MeshColliderIf the generation was successful, physics data has been written to this MeshCollider.
MeshIdThe MeshId of the tracked mesh that was generated.
StatusThe MeshGenerationStatus of the mesh generation task.