Click or drag to resize

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

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

Parameters

forceUpdate
Type: SystemBoolean
bones
Type: NeoAxisSkeletonBone
boneByName
Type: System.Collections.GenericDictionaryString, Int32
boneParents
Type: SystemInt32
See Also