Click or drag to resize

SkeletonAnimationTrackKeyFrame Constructor

Initializes a new instance of the SkeletonAnimationTrackKeyFrame class

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public KeyFrame(
	float time,
	int boneIndex,
	Vector3F position,
	QuaternionF rotation,
	Vector3F scale
)

Parameters

time  Single
 
boneIndex  Int32
 
position  Vector3F
 
rotation  QuaternionF
 
scale  Vector3F
 
See Also