C# Class BAD.BADReactor

BAD reactor searches all components on the gameobject which implement IReactorLoad, then executes the graphs returned by those components.
Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: simonwittber/uBAD Class Usage Examples

Méthodes publiques

Свойство Type Description
badCode UnityEngine.TextAsset
blackboard Blackboard
runningGraphs List
tickDuration float

Méthodes publiques

Méthode Description
Parse ( Node node ) : void
Start ( ) : void

Private Methods

Méthode Description
RunReactor ( IEnumerator task ) : IEnumerator

Method Details

Parse() public méthode

public Parse ( Node node ) : void
node Node
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Property Details

badCode public_oe property

public TextAsset,UnityEngine badCode
Résultat UnityEngine.TextAsset

blackboard public_oe property

public Blackboard,BAD blackboard
Résultat Blackboard

runningGraphs public_oe property

public List runningGraphs
Résultat List

tickDuration public_oe property

public float tickDuration
Résultat float