Space Engineers
Public Member Functions | Properties | List of all members
Sandbox.Game.Gui.MyHudLocationMarkers Class Reference

Public Member Functions

 MyHudLocationMarkers ()
 
void RegisterMarker (MyEntity entity, MyHudEntityParams hudParams)
 
void UnregisterMarker (MyEntity entity)
 
void Clear ()
 

Properties

bool Visible [get, set]
 
Dictionary< MyEntity, MyHudEntityParamsMarkerEntities [get]
 

Detailed Description

Definition at line 13 of file MyHudLocationMarkers.cs.

Constructor & Destructor Documentation

Sandbox.Game.Gui.MyHudLocationMarkers.MyHudLocationMarkers ( )
inline

Definition at line 19 of file MyHudLocationMarkers.cs.

Member Function Documentation

void Sandbox.Game.Gui.MyHudLocationMarkers.Clear ( )
inline

Definition at line 41 of file MyHudLocationMarkers.cs.

void Sandbox.Game.Gui.MyHudLocationMarkers.RegisterMarker ( MyEntity  entity,
MyHudEntityParams  hudParams 
)
inline

Definition at line 29 of file MyHudLocationMarkers.cs.

void Sandbox.Game.Gui.MyHudLocationMarkers.UnregisterMarker ( MyEntity  entity)
inline

Definition at line 36 of file MyHudLocationMarkers.cs.

Property Documentation

Dictionary<MyEntity, MyHudEntityParams> Sandbox.Game.Gui.MyHudLocationMarkers.MarkerEntities
get

Definition at line 25 of file MyHudLocationMarkers.cs.

bool Sandbox.Game.Gui.MyHudLocationMarkers.Visible
getset

Definition at line 15 of file MyHudLocationMarkers.cs.


The documentation for this class was generated from the following file: