Click or drag to resize

MeshSimplifierAddBlendShape Method

Adds a blend shape.

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

Parameters

blendShape
Type: InternalMeshSimplifierBlendShape
The blend shape to add.
See Also