Space Engineers
|
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 |
Definition at line 75 of file MyHudNotifications.cs.
|
inline |
Definition at line 127 of file MyHudNotifications.cs.
|
inline |
Definition at line 108 of file MyHudNotifications.cs.
|
inline |
Definition at line 217 of file MyHudNotifications.cs.
|
inline |
Definition at line 248 of file MyHudNotifications.cs.
|
inlinestatic |
Definition at line 308 of file MyHudNotifications.cs.
|
inline |
Definition at line 258 of file MyHudNotifications.cs.
|
inline |
Definition at line 118 of file MyHudNotifications.cs.
|
inline |
Definition at line 303 of file MyHudNotifications.cs.
|
inline |
Definition at line 266 of file MyHudNotifications.cs.
|
inline |
Definition at line 113 of file MyHudNotifications.cs.
|
inline |
Definition at line 235 of file MyHudNotifications.cs.
|
inline |
Definition at line 279 of file MyHudNotifications.cs.
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.