Version: 2021.3

MeshTransform

struct in UnityEngine.XR

切换到手册

描述

Contains transform information related to a tracked mesh.

This struct is used by the XRMeshSubsystem to communication information about a mesh's transform.

See Also: XRMeshSubsystem.GetUpdatedMeshTransforms

变量

MeshIdThe session-unique identifier of the tracked mesh.
PositionThe position of the mesh, relative to the session origin.
RotationThe rotation of the mesh, relative to the session origin.
ScaleThe scale of the mesh, relative to the session origin.
TimestampThe timestamp associated with this transform.

构造函数

MeshTransformCreates a new MeshTransform.