Click or drag to resize

MeshSimplifierGetBlendShape Method

Returns a specific blend shape.

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public MeshSimplifierBlendShape GetBlendShape(
	int blendShapeIndex
)

Parameters

blendShapeIndex  Int32
The blend shape index.

Return Value

MeshSimplifierBlendShape
The blend shape.
See Also