Version: 2022.3
言語: 日本語

BlendShapeBufferLayout

enumeration

マニュアルに切り替える

説明

Determines the data that Unity returns when you call Mesh.GetBlendShapeBuffer.

When you call Mesh.GetBlendShapeBuffer, you can access one of two buffers containing blend shape vertices. Use this value to determine which buffer to access. The default is BlendShapeBufferLayout.PerShape.

See Also: Mesh data: blend shapes, Mesh.GetBlendShapeBuffer.

変数

PerShapeOrder the data by blend shape.
PerVertexOrder the data by mesh vertex.