Interface IHeatMapOverlay
Inherited Members
Namespace: Eco.Shared.Gameplay
Assembly: Eco.Shared.dll
Syntax
[ApplyOnView]
public interface IHeatMapOverlay : IOverlayWithDescribableUnits, IMinimapOption
Properties
Map
Declaration
Array2D<float> Map { get; }
Property Value
Type | Description |
---|---|
Array2D<System.Single> |
Range
Declaration
Range Range { get; }
Property Value
Type | Description |
---|---|
Range |