Click or drag to resize

CharacterAdditionalBoneTransformsUpdate Method

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected virtual void AdditionalBoneTransformsUpdate(
	MeshInSpaceAnimationController controller,
	MeshInSpaceAnimationControllerAnimationStateClass animationState,
	Skeleton skeleton,
	SkeletonAnimationTrackCalculateBoneTransformsItem[] outputBoneTransforms
)

Parameters

controller
Type: NeoAxisMeshInSpaceAnimationController
animationState
Type: NeoAxisMeshInSpaceAnimationControllerAnimationStateClass
skeleton
Type: NeoAxisSkeleton
outputBoneTransforms
Type: NeoAxisSkeletonAnimationTrackCalculateBoneTransformsItem
See Also