MeshSimplifierBlendShape Constructor |
Creates a new blend shape.
Namespace: InternalAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic BlendShape(
string shapeName,
MeshSimplifierBlendShapeFrame[] frames
)
Parameters
- shapeName String
- The name of the blend shape.
- frames MeshSimplifierBlendShapeFrame
- The blend shape frames.
See Also