C# Class BAD.Label

Creates a label which can be the target of a jump node.
Inheritance: Decorator
Afficher le fichier Open project: simonwittber/uBAD Class Usage Examples

Méthodes publiques

Свойство Type Description
name Symbol

Méthodes publiques

Méthode Description
Apply ( object args ) : void
NodeTask ( ) : IEnumerator
ToString ( ) : string

Method Details

Apply() public méthode

public Apply ( object args ) : void
args object
Résultat void

NodeTask() public méthode

public NodeTask ( ) : IEnumerator
Résultat IEnumerator

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

name public_oe property

public Symbol,BAD name
Résultat Symbol