public interface Drawable
RenderTarget.draw(Drawable)
method, but serve no additional purpose otherwise.| Modifier and Type | Method and Description |
|---|---|
void |
draw(RenderTarget target,
RenderStates states)
Draws the object to a render target.
|
void draw(RenderTarget target, RenderStates states)
target - the target to draw this object on.states - the current render states.