SkeletonGetBones(Boolean, SkeletonBone, DictionaryString, Int32, Int32) Method |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic 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