Class: AnimationLayerQuat

AnimationLayerQuat

AnimationLayerQuat is an AnimationLayer targeting Quaternion objects


new AnimationLayerQuat()

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

Methods


update(dt)

This needs to be called every frame.

Parameters:
Name Type Description
dt

The time passed since last frame in milliseconds.

Returns:

Whether or not the playhead moved. This can be used to spare further calculations if the old state is kept.

Type
boolean