Click or drag to resize

SkeletonAnimationTrackCalculateBoneTransforms Method

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

Parameters

bones
Type: NeoAxisSkeletonBone
boneByName
Type: System.Collections.GenericDictionaryString, Int32
animation
Type: NeoAxisSkeletonAnimation
time
Type: SystemDouble
output
Type: NeoAxisSkeletonAnimationTrackCalculateBoneTransformsItem*
See Also