Click or drag to resize

MeshSimplifierBlendShape Constructor

Creates a new blend shape.

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

Parameters

shapeName
Type: SystemString
The name of the blend shape.
frames
Type: InternalMeshSimplifierBlendShapeFrame
The blend shape frames.
See Also