public interface IDrawable
IRenderSurface
Modifier and Type | Method and Description |
---|---|
void |
onDraw(IRenderContext2D renderContext,
IAssetManager2D assetManager)
Draws this
IDrawable instance |
void onDraw(IRenderContext2D renderContext, IAssetManager2D assetManager)
IDrawable
instancerenderContext
- The render context instance to draw onassetManager
- The asset manager associated with render context