C# Class Pathfinding.PathEndingCondition

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Protected Properties

Property Type Description
p Path

Public Methods

Method Description
PathEndingCondition ( Path p ) : UnityEngine
TargetFound ( PathNode node ) : bool

Protected Methods

Method Description
PathEndingCondition ( ) : UnityEngine

Method Details

PathEndingCondition() protected method

protected PathEndingCondition ( ) : UnityEngine
return UnityEngine

PathEndingCondition() public method

public PathEndingCondition ( Path p ) : UnityEngine
p Path
return UnityEngine

TargetFound() public method

public TargetFound ( PathNode node ) : bool
node PathNode
return bool

Property Details

p protected property

protected Path,Pathfinding p
return Path