C# Class TransitionInterpreter, tf_client

Show file 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 property

public Stack DataStack
return Stack

DeclareBehavior public property

public DeclareBehaviorDelegate DeclareBehavior
return DeclareBehaviorDelegate

DereferenceBehavior public property

public DereferenceBehaviorDelegate DereferenceBehavior
return DereferenceBehaviorDelegate

operations protected property

protected List operations
return List