C# Class GearBox, NewTOAPIA

Inheritance: MonoBehaviour
Datei anzeigen Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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

Method Description
AddImages ( ) : void

Method Details

Animate() public method

public Animate ( IGraphPort graphPort ) : void
graphPort IGraphPort
return void

DrawSelf() public method

public DrawSelf ( DrawEvent devent ) : void
devent DrawEvent
return void

GearBox() public method

public GearBox ( string name, int x, int y, int width, int height ) : System
name string
x int
y int
width int
height int
return System

OnMouseMove() public method

public OnMouseMove ( MouseActivityArgs e ) : void
e MouseActivityArgs
return void