Click or drag to resize

SkeletonAnimationTrackCalculateBoneTransforms Method


Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void CalculateBoneTransforms(
	SkeletonBone[] bones,
	Dictionary<string, int> boneByName,
	SkeletonAnimation animation,
	double time,
	SkeletonAnimationTrackCalculateBoneTransformsItem* output
)

Parameters

bones  SkeletonBone
 
boneByName  DictionaryString, Int32
 
animation  SkeletonAnimation
 
time  Double
 
output  SkeletonAnimationTrackCalculateBoneTransformsItem*
 
See Also