Dungeon Architect  17.0.0
SharpNav.Collections.Generic.IValueWithCost Interface Reference

An interface that defines a class containing a cost associated with the instance. Used in PriorityQueue<T> More...

Inheritance diagram for SharpNav.Collections.Generic.IValueWithCost:
SharpNav.Node

Properties

float Cost [get]
 Gets the cost of this instance. More...
 

Detailed Description

An interface that defines a class containing a cost associated with the instance. Used in PriorityQueue<T>

Definition at line 10 of file IValueWithCost.cs.

Property Documentation

◆ Cost

float SharpNav.Collections.Generic.IValueWithCost.Cost
get

Gets the cost of this instance.

Definition at line 15 of file IValueWithCost.cs.


The documentation for this interface was generated from the following file: