new AnimationLayerQuat()
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