Show / Hide Table of Contents

Class WorldMarkerUtils

Inheritance
System.Object
WorldMarkerUtils
Namespace: Eco.Gameplay.UI.WorldMarker
Assembly: Eco.Gameplay.dll
Syntax
public static class WorldMarkerUtils : Object

Methods

DebugTrackPos(Func<Vector3i>, String)

Declaration
public static WorldMarker DebugTrackPos(Func<Vector3i> getPos, string text)
Parameters
Type Name Description
System.Func<Vector3i> getPos
System.String text
Returns
Type Description
WorldMarker

MakeMarkerGlobal(User, WorldMarker)

Removes a marker from the user's list and adds it to the global list.

Declaration
public static void MakeMarkerGlobal(User user, WorldMarker marker)
Parameters
Type Name Description
User user
WorldMarker marker

MakeMarkerPersonal(User, WorldMarker)

Removes a marker from the global list and adds it to the user's list.

Declaration
public static void MakeMarkerPersonal(User user, WorldMarker marker)
Parameters
Type Name Description
User user
WorldMarker marker

StopTracking(WorldMarker)

Declaration
public static void StopTracking(WorldMarker marker)
Parameters
Type Name Description
WorldMarker marker

TickMarkers()

Declaration
public static void TickMarkers()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾