C# Class _20.Events.ReboundEvent

Inheritance: Event
Datei anzeigen Open project: jdharms/20-20 Class Usage Examples

Public Methods

Method Description
ReboundEvent ( Alpaca pac, string rebounder, string reboundType, Point location ) : System
ToString ( ) : string
resolve ( ) : void
serialize ( ) : string
unresolve ( ) : void

Method Details

ReboundEvent() public method

public ReboundEvent ( Alpaca pac, string rebounder, string reboundType, Point location ) : System
pac Alpaca
rebounder string
reboundType string
location Point
return System

ToString() public method

public ToString ( ) : string
return string

resolve() public method

public resolve ( ) : void
return void

serialize() public method

public serialize ( ) : string
return string

unresolve() public method

public unresolve ( ) : void
return void