C# Class Pathfinding.EndingConditionDistance

Inheritance: PathEndingCondition
Exibir arquivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
maxGScore int

Public Methods

Method Description
EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
TargetFound ( PathNode node ) : bool

Method Details

EndingConditionDistance() public method

public EndingConditionDistance ( Path p, int maxGScore ) : UnityEngine
p Path
maxGScore int
return UnityEngine

TargetFound() public method

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

Property Details

maxGScore public_oe property

public int maxGScore
return int