C# Class Pathfinding.BinaryHeapM

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

Méthodes publiques

Свойство Type Description
growthFactor float
numberOfItems int

Méthodes publiques

Méthode Description
Add ( PathNode node ) : void
BinaryHeapM ( int numberOfElements ) : UnityEngine
Clear ( ) : void
GetNode ( int i ) : PathNode
Rebuild ( ) : void
Remove ( ) : PathNode

Method Details

Add() public méthode

public Add ( PathNode node ) : void
node PathNode
Résultat void

BinaryHeapM() public méthode

public BinaryHeapM ( int numberOfElements ) : UnityEngine
numberOfElements int
Résultat UnityEngine

Clear() public méthode

public Clear ( ) : void
Résultat void

GetNode() public méthode

public GetNode ( int i ) : PathNode
i int
Résultat PathNode

Rebuild() public méthode

public Rebuild ( ) : void
Résultat void

Remove() public méthode

public Remove ( ) : PathNode
Résultat PathNode

Property Details

growthFactor public_oe property

public float growthFactor
Résultat float

numberOfItems public_oe property

public int numberOfItems
Résultat int