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 boneByName,
	bool animation,
	string time,
	int output
)

Parameters

bones  SkeletonBone
 
boneByName  DictionaryTKey, TValue
 
animation  Boolean
 
time  String
 
output  Int32
 
See Also