Class Sprite
java.lang.Object
buildengine.engine.stage.scene.actor.ActorComponent
buildengine.engine.graphics.animation.Sprite
Sprite object containing drawing information for an actor.
-
Field Summary
Fields inherited from class buildengine.engine.stage.scene.actor.ActorComponent
owner
-
Constructor Summary
-
Method Summary
Methods inherited from class buildengine.engine.stage.scene.actor.ActorComponent
getOwner, setOwner
-
Field Details
-
DEFAULT_FRAME_INTERVAL
public static final long DEFAULT_FRAME_INTERVAL- See Also:
-
-
Constructor Details
-
Sprite
public Sprite() -
Sprite
-
Sprite
-
Sprite
-
-
Method Details
-
getAnimation
-
setAnimation
-
getWidth
public float getWidth() -
setWidth
public void setWidth(float width) -
getHeight
public float getHeight() -
setHeight
public void setHeight(float height) -
getSize
-
getConfiguration
-