C# 클래스 MonoGdx.Scene2D.Utils.BaseDrawable

상속: ISceneDrawable
파일 보기 프로젝트 열기: jaquadro/MonoGdx

공개 메소드들

메소드 설명
BaseDrawable ( ) : System
BaseDrawable ( ISceneDrawable drawable ) : System
Draw ( GdxSpriteBatch spriteBatch, float x, float y, float width, float height ) : void

메소드 상세

BaseDrawable() 공개 메소드

public BaseDrawable ( ) : System
리턴 System

BaseDrawable() 공개 메소드

public BaseDrawable ( ISceneDrawable drawable ) : System
drawable ISceneDrawable
리턴 System

Draw() 공개 메소드

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
리턴 void