C# Class JojoBehaviourTree.AgentNode

Inheritance: Node
Mostra file Open project: benjaml/PathfindingToolUnity

Protected Properties

Property Type Description
agent BehaviourTreeAgent

Public Methods

Method Description
execute ( ) : bool

Method Details

execute() public method

public execute ( ) : bool
return bool

Property Details

agent protected_oe property

protected BehaviourTreeAgent,JojoBehaviourTree agent
return BehaviourTreeAgent