C# Class EventClass, 2015-Fall

Inheritance: Tutorial.SwitchOnOff
Datei anzeigen Open project: BioRubeBotProject/2015-Fall Class Usage Examples

Public Properties

Property Type Description
EventObjects EventObj[],
UIObjects UIObj[],
text string

Public Methods

Method Description
Start ( ) : void
Tutorial ( bool value ) : void
disable ( ) : void
enable ( ) : void
render ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Tutorial() public method

public Tutorial ( bool value ) : void
value bool
return void

disable() public method

public disable ( ) : void
return void

enable() public method

public enable ( ) : void
return void

render() public method

public render ( ) : void
return void

Property Details

EventObjects public_oe property

public EventObj[], EventObjects
return EventObj[],

UIObjects public_oe property

public UIObj[], UIObjects
return UIObj[],

text public_oe property

public string text
return string