Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
BAD
BADReactor
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
Show file
Open project: simonwittber/uBAD
Class Usage Examples
Public Properties
Property
Type
Description
badCode
UnityEngine.TextAsset
blackboard
Blackboard
runningGraphs
List
tickDuration
float
Public Methods
Method
Description
Parse
(
Node
node
) :
void
Start
( ) :
void
Private Methods
Method
Description
RunReactor
(
IEnumerator
task
) :
IEnumerator
Method Details
Parse()
public
method
public
Parse
(
Node
node
) :
void
node
Node
return
void
Start()
public
method
public
Start
( ) :
void
return
void
Property Details
badCode
public property
public
TextAsset,UnityEngine
badCode
return
UnityEngine.TextAsset
blackboard
public property
public
Blackboard,BAD
blackboard
return
Blackboard
runningGraphs
public property
public
List
runningGraphs
return
List
tickDuration
public property
public
float
tickDuration
return
float