Version: 2021.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.