C# Class BAD.Jump

Jumps to a label node.
Inheritance: Leaf
Show file Open project: simonwittber/uBAD

Public Properties

Property Type Description
name Symbol

Public Methods

Method Description
Apply ( object args ) : void
NodeTask ( ) : IEnumerator
ToString ( ) : string

Method Details

Apply() public method

public Apply ( object args ) : void
args object
return void

NodeTask() public method

public NodeTask ( ) : IEnumerator
return IEnumerator

ToString() public method

public ToString ( ) : string
return string

Property Details

name public property

public Symbol,BAD name
return Symbol