C# Class Pathfinding.ConstantPath

Inheritance: Path
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
allNodes List
endingCondition PathEndingCondition
originalStartPoint Vector3
startNode GraphNode
startPoint Vector3

Méthodes publiques

Méthode Description
CalculateStep ( long targetTick ) : void
Cleanup ( ) : void
ConstantPath ( ) : UnityEngine
Construct ( Vector3 start, int maxGScore, OnPathDelegate callback = null ) : ConstantPath
Initialize ( ) : void
OnEnterPool ( ) : void
Prepare ( ) : void
Reset ( ) : void

Méthodes protégées

Méthode Description
Recycle ( ) : void
Setup ( Vector3 start, int maxGScore, OnPathDelegate callback ) : void

Private Methods

Méthode Description
ConstantPath ( Vector3 start, OnPathDelegate callbackDelegate ) : UnityEngine
ConstantPath ( Vector3 start, int maxGScore, OnPathDelegate callbackDelegate ) : UnityEngine

Method Details

CalculateStep() public méthode

public CalculateStep ( long targetTick ) : void
targetTick long
Résultat void

Cleanup() public méthode

public Cleanup ( ) : void
Résultat void

ConstantPath() public méthode

public ConstantPath ( ) : UnityEngine
Résultat UnityEngine

Construct() public static méthode

public static Construct ( Vector3 start, int maxGScore, OnPathDelegate callback = null ) : ConstantPath
start Vector3
maxGScore int
callback OnPathDelegate
Résultat ConstantPath

Initialize() public méthode

public Initialize ( ) : void
Résultat void

OnEnterPool() public méthode

public OnEnterPool ( ) : void
Résultat void

Prepare() public méthode

public Prepare ( ) : void
Résultat void

Recycle() protected méthode

protected Recycle ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

Setup() protected méthode

protected Setup ( Vector3 start, int maxGScore, OnPathDelegate callback ) : void
start Vector3
maxGScore int
callback OnPathDelegate
Résultat void

Property Details

allNodes public_oe property

public List allNodes
Résultat List

endingCondition public_oe property

public PathEndingCondition,Pathfinding endingCondition
Résultat PathEndingCondition

originalStartPoint public_oe property

public Vector3 originalStartPoint
Résultat Vector3

startNode public_oe property

public GraphNode,Pathfinding startNode
Résultat GraphNode

startPoint public_oe property

public Vector3 startPoint
Résultat Vector3