Version: 2022.2
언어: 한국어

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.