Space Engineers
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Sandbox.Game.Gui.MyHudNotifications Class Reference

Classes

class  ControlsHelper
 

Public Member Functions

void Add (MyNotificationSingletons singleNotification)
 
void Remove (MyNotificationSingletons singleNotification)
 
MyHudNotificationBase Get (MyNotificationSingletons singleNotification)
 
 MyHudNotifications ()
 
void Add (MyHudNotificationBase notification)
 
void Remove (MyHudNotificationBase notification)
 
void Clear ()
 
void Draw ()
 
void ReloadTexts ()
 
void UpdateBeforeSimulation ()
 
void Register (MyNotificationSingletons singleton, MyHudNotificationBase notification)
 

Static Public Member Functions

static MyHudNotification CreateControlNotification (MyStringId textId, params object[] args)
 

Public Attributes

const int MAX_PRIORITY = 5
 
Vector2 Position
 

Detailed Description

Definition at line 75 of file MyHudNotifications.cs.

Constructor & Destructor Documentation

Sandbox.Game.Gui.MyHudNotifications.MyHudNotifications ( )
inline

Definition at line 127 of file MyHudNotifications.cs.

Member Function Documentation

void Sandbox.Game.Gui.MyHudNotifications.Add ( MyNotificationSingletons  singleNotification)
inline

Definition at line 108 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.Add ( MyHudNotificationBase  notification)
inline

Definition at line 217 of file MyHudNotifications.cs.

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

Definition at line 248 of file MyHudNotifications.cs.

static MyHudNotification Sandbox.Game.Gui.MyHudNotifications.CreateControlNotification ( MyStringId  textId,
params object[]  args 
)
inlinestatic

Definition at line 308 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.Draw ( )
inline

Definition at line 258 of file MyHudNotifications.cs.

MyHudNotificationBase Sandbox.Game.Gui.MyHudNotifications.Get ( MyNotificationSingletons  singleNotification)
inline

Definition at line 118 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.Register ( MyNotificationSingletons  singleton,
MyHudNotificationBase  notification 
)
inline

Definition at line 303 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.ReloadTexts ( )
inline

Definition at line 266 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.Remove ( MyNotificationSingletons  singleNotification)
inline

Definition at line 113 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.Remove ( MyHudNotificationBase  notification)
inline

Definition at line 235 of file MyHudNotifications.cs.

void Sandbox.Game.Gui.MyHudNotifications.UpdateBeforeSimulation ( )
inline

Definition at line 279 of file MyHudNotifications.cs.

Member Data Documentation

const int Sandbox.Game.Gui.MyHudNotifications.MAX_PRIORITY = 5

Definition at line 92 of file MyHudNotifications.cs.

Vector2 Sandbox.Game.Gui.MyHudNotifications.Position

Definition at line 125 of file MyHudNotifications.cs.


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