C# 클래스 Editor.Frog

상속: AnimatedSpriteObject, ICollidable
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Frog ( Amphibian.Geometry.FPInt x, Amphibian.Geometry.FPInt y ) : System
Update ( ) : void

보호된 메소드들

메소드 설명
Load ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Frog() 공개 메소드

public Frog ( Amphibian.Geometry.FPInt x, Amphibian.Geometry.FPInt y ) : System
x Amphibian.Geometry.FPInt
y Amphibian.Geometry.FPInt
리턴 System

Load() 보호된 메소드

protected Load ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void