Show / Hide Table of Contents

Interface IMinimapObject

Represents an object that can be displayed on the minimap.

Namespace: Eco.Gameplay.Minimap
Assembly: Eco.Gameplay.dll
Syntax
public interface IMinimapObject : IController, IViewController, IHasUniversalID, INotifyPropertyChanged

Properties

CanChangeText

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

CanMove

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

Creator

Declaration
User Creator { get; }
Property Value
Type Description
User

DependantOverlayName

Declaration
string DependantOverlayName { get; }
Property Value
Type Description
System.String

DisplayName

Declaration
string DisplayName { get; }
Property Value
Type Description
System.String

DisplayObjectCategory

Declaration
string DisplayObjectCategory { get; }
Property Value
Type Description
System.String

HasAccess

Declaration
ControllerHashSet<IAlias> HasAccess { get; }
Property Value
Type Description
ControllerHashSet<IAlias>

IconNameOverride

Declaration
string IconNameOverride { get; }
Property Value
Type Description
System.String

IsOverlayObject

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

IsVisibleOnMinimap

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

OverrideTarget

Declaration
IMinimapObject OverrideTarget { get; }
Property Value
Type Description
IMinimapObject

Owner

Declaration
IAlias Owner { get; }
Property Value
Type Description
IAlias

Position

Declaration
Vector3 Position { get; }
Property Value
Type Description
System.Numerics.Vector3

Rotation

Declaration
float Rotation { get; }
Property Value
Type Description
System.Single

Scale

Declaration
Vector3 Scale { get; }
Property Value
Type Description
System.Numerics.Vector3

SubTitle

Declaration
string SubTitle { get; }
Property Value
Type Description
System.String

TargetNetworkID

Declaration
int TargetNetworkID { get; }
Property Value
Type Description
System.Int32

TargetViewID

Declaration
int TargetViewID { get; }
Property Value
Type Description
System.Int32

Type

Declaration
Type Type { get; }
Property Value
Type Description
System.Type

Extension Methods

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