|
Barotrauma Client Doc
|
Public Member Functions | |
| IEnumerable< SerializableEntityEditor > | FindEntityEditors () |
| Uses Linq queries. Don't use too frequently or reimplement. More... | |
| GUIListBox | CreateEditorBox (RectTransform rectT=null) |
| void | Clear () |
| ParamsEditor (RectTransform rectT=null) | |
Static Public Attributes | |
| static Color | Color = new Color(20, 20, 20, 255) |
Properties | |
| static ParamsEditor | Instance [get] |
| GUIComponent | Parent [get] |
| GUIListBox | EditorBox [get] |
Definition at line 7 of file ParamsEditor.cs.
| Barotrauma.ParamsEditor.ParamsEditor | ( | RectTransform | rectT = null | ) |
Definition at line 50 of file ParamsEditor.cs.
| void Barotrauma.ParamsEditor.Clear | ( | ) |
Definition at line 45 of file ParamsEditor.cs.
| GUIListBox Barotrauma.ParamsEditor.CreateEditorBox | ( | RectTransform | rectT = null | ) |
Definition at line 31 of file ParamsEditor.cs.
| IEnumerable<SerializableEntityEditor> Barotrauma.ParamsEditor.FindEntityEditors | ( | ) |
Uses Linq queries. Don't use too frequently or reimplement.
|
static |
Definition at line 55 of file ParamsEditor.cs.
|
get |
Definition at line 23 of file ParamsEditor.cs.
|
staticget |
Definition at line 10 of file ParamsEditor.cs.
|
get |
Definition at line 22 of file ParamsEditor.cs.