C# 클래스 Beyond_Beyaan.Data_Modules.BBSprite

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
BBSprite ( BaseSprite baseSprite, Random r ) : System
Draw ( float x, float y ) : void
Draw ( float x, float y, float scaleX, float scaleY ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
Update ( float time, Random r ) : void

메소드 상세

BBSprite() 공개 메소드

public BBSprite ( BaseSprite baseSprite, Random r ) : System
baseSprite BaseSprite
r System.Random
리턴 System

Draw() 공개 메소드

public Draw ( float x, float y ) : void
x float
y float
리턴 void

Draw() 공개 메소드

public Draw ( float x, float y, float scaleX, float scaleY ) : void
x float
y float
scaleX float
scaleY float
리턴 void

Draw() 공개 메소드

public Draw ( float x, float y, float scaleX, float scaleY, Color color ) : void
x float
y float
scaleX float
scaleY float
color Color
리턴 void

Draw() 공개 메소드

public Draw ( float x, float y, float scaleX, float scaleY, Color color, float angle ) : void
x float
y float
scaleX float
scaleY float
color Color
angle float
리턴 void

Draw() 공개 메소드

public Draw ( float x, float y, float scaleX, float scaleY, byte alpha ) : void
x float
y float
scaleX float
scaleY float
alpha byte
리턴 void

Update() 공개 메소드

public Update ( float time, Random r ) : void
time float
r System.Random
리턴 void