public class Steerer extends java.lang.Object implements IUpdateable
Modifier and Type | Method and Description |
---|---|
void |
addPattern(IPattern pattern) |
IVehicle |
getVehicle() |
boolean |
isFinished() |
void |
onUpdate(float time) |
void |
removePattern(IPattern pattern) |
public Steerer(IVehicle vehicle)
public void addPattern(IPattern pattern)
public void removePattern(IPattern pattern)
public void onUpdate(float time)
onUpdate
in interface IUpdateable
public boolean isFinished()
isFinished
in interface IUpdateable
public IVehicle getVehicle()