Class AreaBuffOverlay
Inheritance
System.Object
AreaBuffOverlay
Assembly: Eco.Gameplay.dll
Syntax
public class AreaBuffOverlay : Object, IController, IViewController, IHasUniversalID, IHeatMapOverlay, IOverlayWithDescribableUnits, IMinimapOption
Constructors
AreaBuffOverlay()
Declaration
Properties
CategoryTree
Declaration
public string CategoryTree { get; set; }
Property Value
Type |
Description |
System.String |
|
ContainedBuffs
Declaration
public List<IAreaBuffer> ContainedBuffs { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<IAreaBuffer> |
|
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
IsOnByDefault
Declaration
public bool IsOnByDefault { get; }
Property Value
Type |
Description |
System.Boolean |
|
Map
Declaration
public Array2D<float> Map { get; set; }
Property Value
Type |
Description |
Array2D<System.Single> |
|
MarkedUpName
Declaration
public LocString MarkedUpName { get; set; }
Property Value
Name
Declaration
public string Name { get; }
Property Value
Type |
Description |
System.String |
|
OverlayName
Declaration
public string OverlayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Priority
Declaration
public float Priority { get; }
Property Value
Type |
Description |
System.Single |
|
Range
Declaration
public Range Range { get; set; }
Property Value
UnitDescription
Declaration
public LocString UnitDescription { get; }
Property Value
Methods
Render(IEnumerable<IAreaBuffer>)
Declaration
public void Render(IEnumerable<IAreaBuffer> buffs)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<IAreaBuffer> |
buffs |
|
Implements
Extension Methods