C# Class BenjaminBehaviorTree.NodeWithAgent

Inheritance: Node
Show file Open project: benjaml/PathfindingToolUnity

Protected Properties

Property Type Description
_agent AgentLefevreBT

Public Methods

Method Description
Execute ( ) : bool
NodeWithAgent ( AgentLefevreBT agent ) : System

Method Details

Execute() public method

public Execute ( ) : bool
return bool

NodeWithAgent() public method

public NodeWithAgent ( AgentLefevreBT agent ) : System
agent AgentLefevreBT
return System

Property Details

_agent protected property

protected AgentLefevreBT _agent
return AgentLefevreBT