Click or drag to resize

MeshSimplifierBlendShape Constructor

Creates a new blend shape.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BlendShape(
	string shapeName,
	MeshSimplifierBlendShapeFrame[] frames
)

Parameters

shapeName  String
The name of the blend shape.
frames  MeshSimplifierBlendShapeFrame
The blend shape frames.
See Also