Click or drag to resize

MeshSimplifierGetBlendShape Method

Returns a specific blend shape.

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

Parameters

blendShapeIndex
Type: SystemInt32
The blend shape index.

Return Value

Type: MeshSimplifierBlendShape
The blend shape.
See Also