Interface PropertiesUpdater
-
public interface PropertiesUpdater
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addMouvements(AnimationMouvements mvt)
Model
modele()
void
updateModel()
void
updatePropeties()
-
-
-
Method Detail
-
addMouvements
void addMouvements(AnimationMouvements mvt)
-
modele
Model modele()
-
updateModel
void updateModel()
-
updatePropeties
void updatePropeties()
-
-