Space Engineers
|
Functions | |
delegate void | VisibleChangedDelegate (object sender, bool isVisible) |
delegate void | OnItemDropped (object sender, MyDragAndDropEventArgs eventArgs) |
delegate void | LinkClicked (MyGuiControlBase sender, string url) |
delegate void | ActionDoneHandler< T > (IAsyncResult asyncResult, T asyncState) |
delegate void | ErrorHandler< T > (Exception exception, T asyncState) |
delegate void | ScissorRectangleHandler (ref RectangleF rectangle) |
Enumerator | |
---|---|
Left | |
Center | |
Right |
Definition at line 10 of file MyListLayouts.cs.
Enumerator | |
---|---|
Top | |
Center | |
Bottom |
Definition at line 17 of file MyListLayouts.cs.
Enumerator | |
---|---|
MouseClick |
Drop released on mouse button click |
MouseRelease |
Drop released on mouse button release |
Definition at line 30 of file MyGuiControlGridDragAndDrop.cs.
Enumerator | |
---|---|
Horizontal | |
Vertical |
Definition at line 10 of file MyGuiControlBlockProperty.cs.
Enumerator | |
---|---|
Centered | |
Left |
Definition at line 16 of file MyGuiControlButton.cs.
Enumerator | |
---|---|
Default | |
Debug | |
Terminal |
Definition at line 14 of file MyGuiControlCombobox.cs.
Enumerator | |
---|---|
NEVER | |
WHEN_CURSOR_OVER | |
WHEN_ACTIVE | |
FORCED |
Definition at line 16 of file MyGuiControlBase.cs.
Enumerator | |
---|---|
Default | |
Hue |
Definition at line 11 of file MyGuiControlSliderBase.cs.
Enumerator | |
---|---|
Default | |
Medieval |
Definition at line 13 of file MyGuiControlTable.cs.
Enumerator | |
---|---|
Default | |
Debug | |
Custom |
Definition at line 29 of file MyGuiControlTextbox.cs.
enum Sandbox.Graphics.GUI.MyGuiControlTextboxType : byte |
Enumerator | |
---|---|
Normal | |
Password | |
DigitsOnly |
Definition at line 22 of file MyGuiControlTextbox.cs.
Enumerator | |
---|---|
OPENING | |
OPENED | |
CLOSING | |
CLOSED | |
HIDING | |
UNHIDING | |
HIDDEN |
Definition at line 23 of file MyGuiScreenBase.cs.
Enumerator | |
---|---|
NONE | |
OK | |
YES_NO | |
YES_NO_CANCEL | |
YES_NO_TIMEOUT | |
NONE_TIMEOUT |
Definition at line 18 of file MyGuiScreenMessageBox.cs.
Enumerator | |
---|---|
Error | |
Info |
Definition at line 11 of file MyGuiScreenMessageBox.cs.
Generic screen results
Enumerator | |
---|---|
Ok |
Ok |
Cancel |
Cancel |
Definition at line 37 of file MyGuiScreenBase.cs.
Definition at line 3 of file ThrottledKeyStatus.cs.
Enumerator | |
---|---|
SteamOverlay | |
ExternalBrowser | |
ConfirmExternal | |
SteamOrExternal | |
SteamOrExternalWithConfirm |
Definition at line 9 of file UrlOpenMode.cs.
delegate void Sandbox.Graphics.GUI.ActionDoneHandler< T > | ( | IAsyncResult | asyncResult, |
T | asyncState | ||
) |
delegate void Sandbox.Graphics.GUI.ErrorHandler< T > | ( | Exception | exception, |
T | asyncState | ||
) |
delegate void Sandbox.Graphics.GUI.LinkClicked | ( | MyGuiControlBase | sender, |
string | url | ||
) |
delegate void Sandbox.Graphics.GUI.OnItemDropped | ( | object | sender, |
MyDragAndDropEventArgs | eventArgs | ||
) |
delegate void Sandbox.Graphics.GUI.ScissorRectangleHandler | ( | ref RectangleF | rectangle | ) |
delegate void Sandbox.Graphics.GUI.VisibleChangedDelegate | ( | object | sender, |
bool | isVisible | ||
) |