Show / Hide Table of Contents

Class AreaBuffOverlay

Inheritance
System.Object
AreaBuffOverlay
Implements
IController
IViewController
IHasUniversalID
IHeatMapOverlay
IOverlayWithDescribableUnits
IMinimapOption
Namespace: Eco.Gameplay.Buffs
Assembly: Eco.Gameplay.dll
Syntax
public class AreaBuffOverlay : Object, IController, IViewController, IHasUniversalID, IHeatMapOverlay, IOverlayWithDescribableUnits, IMinimapOption

Constructors

AreaBuffOverlay()

Declaration
public AreaBuffOverlay()

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
Type Description
LocString

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
Type Description
Range

UnitDescription

Declaration
public LocString UnitDescription { get; }
Property Value
Type Description
LocString

Methods

Render(IEnumerable<IAreaBuffer>)

Declaration
public void Render(IEnumerable<IAreaBuffer> buffs)
Parameters
Type Name Description
System.Collections.Generic.IEnumerable<IAreaBuffer> buffs

Implements

IController
IViewController
IHasUniversalID
IHeatMapOverlay
IOverlayWithDescribableUnits
IMinimapOption

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾