C# Class MonoGdx.Scene2D.Utils.NinePatchDrawable

Inheritance: BaseDrawable
Datei anzeigen Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
Draw ( GdxSpriteBatch spriteBatch, float x, float y, float width, float height ) : void
NinePatchDrawable ( ) : System
NinePatchDrawable ( NinePatch patch ) : System
NinePatchDrawable ( NinePatchDrawable drawable ) : System

Method Details

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

NinePatchDrawable() public method

public NinePatchDrawable ( ) : System
return System

NinePatchDrawable() public method

public NinePatchDrawable ( NinePatch patch ) : System
patch MonoGdx.Graphics.G2D.NinePatch
return System

NinePatchDrawable() public method

public NinePatchDrawable ( NinePatchDrawable drawable ) : System
drawable NinePatchDrawable
return System