Barotrauma Client Doc
|
Public Member Functions | |
CustomNode (string name) | |
CustomNode () | |
override void | AddOption () |
override XElement | Save () |
Public Member Functions inherited from Barotrauma.SpecialNode | |
SpecialNode (string name) | |
override Rectangle | GetDrawRectangle () |
Static Public Member Functions | |
static ? EditorNode | LoadCustomNode (XElement element) |
Definition at line 589 of file EditorNode.cs.
Barotrauma.CustomNode.CustomNode | ( | string | name | ) |
Definition at line 591 of file EditorNode.cs.
Barotrauma.CustomNode.CustomNode | ( | ) |
Definition at line 600 of file EditorNode.cs.
override void Barotrauma.CustomNode.AddOption | ( | ) |
Definition at line 609 of file EditorNode.cs.
|
static |
Definition at line 632 of file EditorNode.cs.
override XElement Barotrauma.CustomNode.Save | ( | ) |
Definition at line 618 of file EditorNode.cs.