C# Class EventClass, 2015-Fall

Inheritance: Tutorial.SwitchOnOff
Afficher le fichier Open project: BioRubeBotProject/2015-Fall Class Usage Examples

Méthodes publiques

Свойство Type Description
EventObjects EventObj[],
UIObjects UIObj[],
text string

Méthodes publiques

Méthode Description
Start ( ) : void
Tutorial ( bool value ) : void
disable ( ) : void
enable ( ) : void
render ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Tutorial() public méthode

public Tutorial ( bool value ) : void
value bool
Résultat void

disable() public méthode

public disable ( ) : void
Résultat void

enable() public méthode

public enable ( ) : void
Résultat void

render() public méthode

public render ( ) : void
Résultat void

Property Details

EventObjects public_oe property

public EventObj[], EventObjects
Résultat EventObj[],

UIObjects public_oe property

public UIObj[], UIObjects
Résultat UIObj[],

text public_oe property

public string text
Résultat string