Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Pathfinding
ABPathEndingCondition
C# Class Pathfinding.ABPathEndingCondition
Inheritance:
PathEndingCondition
Datei anzeigen
Open project: henryj41043/TheUnseen
Protected Properties
Property
Type
Description
abPath
ABPath
Public Methods
Method
Description
ABPathEndingCondition
(
ABPath
p
) :
UnityEngine
TargetFound
(
PathNode
node
) :
bool
Method Details
ABPathEndingCondition()
public
method
public
ABPathEndingCondition
(
ABPath
p
) :
UnityEngine
p
ABPath
return
UnityEngine
TargetFound()
public
method
public
TargetFound
(
PathNode
node
) :
bool
node
PathNode
return
bool
Property Details
abPath
protected_oe property
protected
ABPath,Pathfinding
abPath
return
ABPath