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.
Additional resources: Mesh data: blend shapes, Mesh.GetBlendShapeBuffer.