The EditorBase type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodEditorBase()()()()
Initializes a new instance of the EditorBase class
Public methodEditorBase(Player, String)
Initializes a new instance of the EditorBase class

Collapse imageMethods

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodExitEditor
Should be called when the editor has been exited to remove the editor from the list of the player's editors.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStartEditor
Sends the editor main menu to the player, either for the first time, or after it is resumed.
Public methodToString (Inherited from Object.)

Collapse imageFields

  NameDescription
Protected field_editorKey
Protected field_p

Collapse imageProperties

  NameDescription
Protected propertyEditorKey

Collapse imageSee Also