public interface AxisUpdateCallback
Modifier and Type | Method and Description |
---|---|
void |
onAfterUpdate(Axis axis,
AxisItem item)
Callback that runs at the end of the update process.
|
void |
onBeforeUpdate(Axis axis,
AxisItem item)
Callback called before the update process starts.
|