|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Model
The base interface for the model of a game world entity.
Method Summary | |
---|---|
void |
prepare()
|
void |
setCenter(double x,
double y)
|
void |
update(double timeDelta)
|
Methods inherited from interface com.croftsoft.core.animation.model.ModelAccessor |
---|
getCenterX, getCenterY, getModelId, getShape, getZ, isActive, isUpdated |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
void setCenter(double x, double y)
void prepare()
void update(double timeDelta)
|
CroftSoft Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |