C# 클래스 Treefrog.Runtime.ObjectClass

파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth, float rotation ) : void
ObjectClass ( ObjectPool pool, int id, string name ) : System

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch spriteBatch, Rectangle dest, Color color, float layerDepth, float rotation ) : void
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
dest Microsoft.Xna.Framework.Rectangle
color Color
layerDepth float
rotation float
리턴 void

ObjectClass() 공개 메소드

public ObjectClass ( ObjectPool pool, int id, string name ) : System
pool ObjectPool
id int
name string
리턴 System