C# Class TransitionInterpreter, tf_client

Exibir arquivo Open project: wids-eria/tf_client Class Usage Examples

Public Properties

Property Type Description
DataStack Stack
DeclareBehavior DeclareBehaviorDelegate
DereferenceBehavior DereferenceBehaviorDelegate

Protected Properties

Property Type Description
operations List

Public Methods

Method Description
Execute ( ) : bool
InitFromInstructions ( List lines ) : bool
InitFromInstructions ( string lines ) : bool
TransitionInterpreter ( ) : UnityEngine

Method Details

Execute() public method

public Execute ( ) : bool
return bool

InitFromInstructions() public method

public InitFromInstructions ( List lines ) : bool
lines List
return bool

InitFromInstructions() public method

public InitFromInstructions ( string lines ) : bool
lines string
return bool

TransitionInterpreter() public method

public TransitionInterpreter ( ) : UnityEngine
return UnityEngine

Property Details

DataStack public_oe property

public Stack DataStack
return Stack

DeclareBehavior public_oe property

public DeclareBehaviorDelegate DeclareBehavior
return DeclareBehaviorDelegate

DereferenceBehavior public_oe property

public DereferenceBehaviorDelegate DereferenceBehavior
return DereferenceBehaviorDelegate

operations protected_oe property

protected List operations
return List