Interface NeedleDirectionHelper.Wobbler
- Enclosing class:
NeedleDirectionHelper
public static interface NeedleDirectionHelper.Wobbler
-
Method Summary
Modifier and TypeMethodDescriptionfloatrotation()booleanshouldUpdate(long gameTime) voidupdate(long gameTime, float targetValue)
-
Method Details
-
rotation
float rotation() -
shouldUpdate
boolean shouldUpdate(long gameTime) -
update
void update(long gameTime, float targetValue)
-