Click or drag to resize

MeshSimplifierAddBlendShape Method

Adds a blend shape.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void AddBlendShape(
	MeshSimplifierBlendShape blendShape
)

Parameters

blendShape  MeshSimplifierBlendShape
The blend shape to add.
See Also