C# Class MonoGdx.Scene2D.Utils.BaseDrawable

Inheritance: ISceneDrawable
Mostrar archivo Open project: jaquadro/MonoGdx

Public Methods

Method Description
BaseDrawable ( ) : System
BaseDrawable ( ISceneDrawable drawable ) : System
Draw ( GdxSpriteBatch spriteBatch, float x, float y, float width, float height ) : void

Method Details

BaseDrawable() public method

public BaseDrawable ( ) : System
return System

BaseDrawable() public method

public BaseDrawable ( ISceneDrawable drawable ) : System
drawable ISceneDrawable
return System

Draw() public method

public Draw ( GdxSpriteBatch spriteBatch, float x, float y, float width, float height ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
x float
y float
width float
height float
return void