C# Class GearBox, NewTOAPIA

Inheritance: MonoBehaviour
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
Animate ( IGraphPort graphPort ) : void
DrawSelf ( DrawEvent devent ) : void
GearBox ( string name, int x, int y, int width, int height ) : System
OnMouseMove ( MouseActivityArgs e ) : void

Private Methods

Méthode Description
AddImages ( ) : void

Method Details

Animate() public méthode

public Animate ( IGraphPort graphPort ) : void
graphPort IGraphPort
Résultat void

DrawSelf() public méthode

public DrawSelf ( DrawEvent devent ) : void
devent DrawEvent
Résultat void

GearBox() public méthode

public GearBox ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
Résultat System

OnMouseMove() public méthode

public OnMouseMove ( MouseActivityArgs e ) : void
e MouseActivityArgs
Résultat void