MeshSimplifierGetBlendShape Method |
Returns a specific blend shape.
Namespace:
Internal
Assembly:
NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public MeshSimplifierBlendShape GetBlendShape(
int blendShapeIndex
)
Parameters
- blendShapeIndex
- Type: SystemInt32
The blend shape index.
Return Value
Type:
MeshSimplifierBlendShapeThe blend shape.
See Also