Click or drag to resize

SkeletonGetBones(Boolean, SkeletonBone, DictionaryString, Int32, Int32) Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void GetBones(
	bool forceUpdate,
	out SkeletonBone[] bones,
	out Dictionary<string, int> boneByName,
	out int[] boneParents
)

Parameters

forceUpdate  Boolean
 
bones  SkeletonBone
 
boneByName  DictionaryString, Int32
 
boneParents  Int32
 
See Also