C# Class Pathfinding.BinaryHeapM

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
growthFactor float
numberOfItems int

Public Methods

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

Method Details

Add() public method

public Add ( PathNode node ) : void
node PathNode
return void

BinaryHeapM() public method

public BinaryHeapM ( int numberOfElements ) : UnityEngine
numberOfElements int
return UnityEngine

Clear() public method

public Clear ( ) : void
return void

GetNode() public method

public GetNode ( int i ) : PathNode
i int
return PathNode

Rebuild() public method

public Rebuild ( ) : void
return void

Remove() public method

public Remove ( ) : PathNode
return PathNode

Property Details

growthFactor public property

public float growthFactor
return float

numberOfItems public property

public int numberOfItems
return int