Version: 2022.3
언어: 한국어

MeshTransformConstructor

매뉴얼로 전환
public MeshTransform (ref XR.MeshId meshId, ulong timestamp, ref Vector3 position, ref Quaternion rotation, ref Vector3 scale);

파라미터

meshId The identifier of the mesh.
timestamp The timestamp for the mesh's transform. Larger values indicate newer transforms.
position The position of the mesh relative to the session origin.
rotation The rotation of the mesh relative to the session origin.
scale The scale of the mesh relative to the session origin.

설명

Creates a new MeshTransform.