C# 클래스 BenjaminBehaviorTree.NodeWithAgent

상속: Node
파일 보기 프로젝트 열기: benjaml/PathfindingToolUnity

보호된 프로퍼티들

프로퍼티 타입 설명
_agent AgentLefevreBT

공개 메소드들

메소드 설명
Execute ( ) : bool
NodeWithAgent ( AgentLefevreBT agent ) : System

메소드 상세

Execute() 공개 메소드

public Execute ( ) : bool
리턴 bool

NodeWithAgent() 공개 메소드

public NodeWithAgent ( AgentLefevreBT agent ) : System
agent AgentLefevreBT
리턴 System

프로퍼티 상세

_agent 보호되어 있는 프로퍼티

protected AgentLefevreBT _agent
리턴 AgentLefevreBT