Show / Hide Table of Contents

Class EditableOverlay

Inheritance
System.Object
EditableOverlay
Implements
IMapEntryOverlay
IMinimapOption
Namespace: Eco.Shared.Gameplay
Assembly: Eco.Shared.dll
Syntax
public class EditableOverlay : Object, IMapEntryOverlay, IMinimapOption

Constructors

EditableOverlay()

Declaration
public EditableOverlay()

EditableOverlay(IMapEntryOverlay)

Declaration
public EditableOverlay(IMapEntryOverlay overlay)
Parameters
Type Name Description
IMapEntryOverlay overlay

Properties

HasData

Declaration
public bool HasData { get; }
Property Value
Type Description
System.Boolean

Map

Declaration
[Eco(true)]
public Array2D<int> Map { get; set; }
Property Value
Type Description
Array2D<System.Int32>

MapEntries

Declaration
[Eco(true)]
public Dictionary<int, MapEntry> MapEntries { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.Int32, MapEntry>

MarkedUpName

Declaration
[Eco(true, Serialized = false)]
public LocString MarkedUpName { get; set; }
Property Value
Type Description
LocString

Name

Declaration
[Eco(true)]
public string Name { get; set; }
Property Value
Type Description
System.String

OverlayUpdatedEvent

Declaration
public Action OverlayUpdatedEvent { get; set; }
Property Value
Type Description
System.Action

Implements

IMapEntryOverlay
IMinimapOption

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾