MeshSimplifierGetBlendShape Method |
Returns a specific blend shape.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic MeshSimplifierBlendShape GetBlendShape(
int blendShapeIndex
)
Parameters
- blendShapeIndex Int32
- The blend shape index.
Return Value
MeshSimplifierBlendShapeThe blend shape.
See Also