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

상속: BaseDrawable
파일 보기 프로젝트 열기: jaquadro/MonoGdx 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( GdxSpriteBatch spriteBatch, float x, float y, float width, float height ) : void
SpriteDrawable ( ) : System
SpriteDrawable ( Sprite sprite ) : System
SpriteDrawable ( SpriteDrawable drawable ) : 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

SpriteDrawable() 공개 메소드

public SpriteDrawable ( ) : System
리턴 System

SpriteDrawable() 공개 메소드

public SpriteDrawable ( Sprite sprite ) : System
sprite MonoGdx.Graphics.G2D.Sprite
리턴 System

SpriteDrawable() 공개 메소드

public SpriteDrawable ( SpriteDrawable drawable ) : System
drawable SpriteDrawable
리턴 System