mwg API
Reference
Overview
Examples
Getting started
Design
FAQ
Preparing search index...
WeightedCell
Interface WeightedCell<T>
A cell reached by a weighted flood.
interface
WeightedCell
<
T
>
{
cell
:
T
;
cost
:
number
;
}
Type Parameters
T
Index
Properties
cell
cost
Properties
Readonly
cell
cell
:
T
Readonly
cost
cost
:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cell
cost
Reference
Overview
Examples
Getting started
Design
FAQ
mwg API
Loading...
A cell reached by a weighted flood.