Version: 2023.1
言語: 日本語
public XR.MeshVertexAttributes Attributes ;

説明

The MeshVertexAttributes that were written to the MeshGenerationResult.Mesh.

The vertex attributes will be the intersection of those requested by the caller of XRMeshSubsystem.GenerateMeshAsync and what the subsystem's mesh provider is able to supply. For example, if you request vertex tangents, but the mesh provider cannot supply them, then MeshGenerationResult.Attributes will not include tangents.

See Also: XRMeshSubsystem.GenerateMeshAsync