C# 클래스 BAD.BADReactor

BAD reactor searches all components on the gameobject which implement IReactorLoad, then executes the graphs returned by those components.
상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: simonwittber/uBAD 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
badCode UnityEngine.TextAsset
blackboard Blackboard
runningGraphs List
tickDuration float

공개 메소드들

메소드 설명
Parse ( Node node ) : void
Start ( ) : void

비공개 메소드들

메소드 설명
RunReactor ( IEnumerator task ) : IEnumerator

메소드 상세

Parse() 공개 메소드

public Parse ( Node node ) : void
node Node
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

프로퍼티 상세

badCode 공개적으로 프로퍼티

public TextAsset,UnityEngine badCode
리턴 UnityEngine.TextAsset

blackboard 공개적으로 프로퍼티

public Blackboard,BAD blackboard
리턴 Blackboard

runningGraphs 공개적으로 프로퍼티

public List runningGraphs
리턴 List

tickDuration 공개적으로 프로퍼티

public float tickDuration
리턴 float