Click or drag to resize

MeshSimplifierBoneWeight Constructor

Initializes a new instance of the MeshSimplifierBoneWeight class

Namespace: Internal
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public BoneWeight(
	Vector4I indices,
	Vector4F weights
)

Parameters

indices  Vector4I
 
weights  Vector4F
 
See Also