Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
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
Datei anzeigen
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_oe property
public
TextAsset,UnityEngine
badCode
return
UnityEngine.TextAsset
blackboard
public_oe property
public
Blackboard,BAD
blackboard
return
Blackboard
runningGraphs
public_oe property
public
List
runningGraphs
return
List
tickDuration
public_oe property
public
float
tickDuration
return
float