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