C# 클래스 lab.AiBehaviour

상속: UnityEngine.ScriptableObject
파일 보기 프로젝트 열기: marekdaniluk/lab

공개 메소드들

메소드 설명
AddTree ( AiTree tree ) : bool

Adds new behaviour tree to this blackboard.

RemoveTree ( AiTree tree ) : bool

Removes behaviour tree from this blackboard.

메소드 상세

AddTree() 공개 메소드

Adds new behaviour tree to this blackboard.
public AddTree ( AiTree tree ) : bool
tree AiTree New behaviour tree for current blackboard.
리턴 bool

RemoveTree() 공개 메소드

Removes behaviour tree from this blackboard.
public RemoveTree ( AiTree tree ) : bool
tree AiTree Tree to remove from current blackboard.
리턴 bool