All Classes Namespaces Functions Variables Enumerations Enumerator Properties
plyGameEditor.ChildEditorAttribute Class Reference

Attribute for child editor's of the plyGame Main Editor Window. More...

Inherits Attribute.

Public Member Functions

 ChildEditorAttribute (string name)
 Constructor. More...
 

Public Attributes

string Name
 Name of editor, shown on the Tab.
 
int Order = 0
 Position editor appears on window [optional].
 
string Icon = null
 Name of icon to use. Icon must be in '\'. Do not include the last part of the icon name where the last part is ".png" (for dark theme) and "_l.png" (for light theme)
 

Detailed Description

Attribute for child editor's of the plyGame Main Editor Window.

Constructor & Destructor Documentation

plyGameEditor.ChildEditorAttribute.ChildEditorAttribute ( string  name)

Constructor.

Parameters
nameName of editor, shown on the Tab.