Class: KeyFrame

KeyFrame

KeyFrame is a time/value pair for use in {@AnimationClip}.


new KeyFrame(time, value)

Parameters:
Name Type Description
time

The time in milliseconds of the key frame.

value

The value of the key frame. This can for example be a SkeletonPose for skinned animation clip.

Author:
  • derschmale <http://www.derschmale.com>