C# 클래스 FluentBehaviourTree.ActionNode

A behaviour tree leaf node for running an action.
상속: IBehaviourTreeNode
파일 보기 프로젝트 열기: codecapers/Fluent-Behaviour-Tree 1 사용 예제들

공개 메소드들

메소드 설명
ActionNode ( string name, BehaviourTreeStatus>.Func fn ) : System
Tick ( TimeData time ) : BehaviourTreeStatus

메소드 상세

ActionNode() 공개 메소드

public ActionNode ( string name, BehaviourTreeStatus>.Func fn ) : System
name string
fn BehaviourTreeStatus>.Func
리턴 System

Tick() 공개 메소드

public Tick ( TimeData time ) : BehaviourTreeStatus
time TimeData
리턴 BehaviourTreeStatus