C# Class Editor.Frog
显示文件
Open project: jaquadro/Treefrog
Class Usage Examples
Public Methods
Method |
Description |
|
Draw ( ) : void |
|
|
Frog ( Amphibian.Geometry.FPInt x, Amphibian.Geometry.FPInt y ) : System |
|
|
Update ( ) : void |
|
|
Protected Methods
Method |
Description |
|
Load ( ) : void |
|
|
Method Details
public Draw ( ) : void |
return |
void |
|
public Frog ( Amphibian.Geometry.FPInt x, Amphibian.Geometry.FPInt y ) : System |
x |
Amphibian.Geometry.FPInt |
|
y |
Amphibian.Geometry.FPInt |
|
return |
System |
|
protected Load ( ) : void |
return |
void |
|
public Update ( ) : void |
return |
void |
|