Version: 2022.1
언어: 한국어

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.