SkeletonAnimationTrackKeyFrame Constructor |
Namespace: NeoAxisAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic KeyFrame(
float time,
int boneIndex,
Vector3F position,
QuaternionF rotation,
Vector3F scale
)
Parameters
- time Single
-
- boneIndex Int32
-
- position Vector3F
-
- rotation QuaternionF
-
- scale Vector3F
-
See Also