class
LibraryAttribute
public class LibraryAttribute : Attribute Constructors
LibraryAttribute() LibraryAttribute(String name) Properties
| Name | Type | Description |
|---|---|---|
Name | String | This is the name that will be used to create this class. If you don't set it via the attribute constructor it will be set to the name of the class it's attached to |
FullName | String | The full class name |
Title | String | A nice presentable name to show |
Description | String | We use this to provide a nice description in the editor |
Group | String | We use this to organize groups of entities in the editor |
Editable | Boolean | We use this to filter entities to show in the entity list in the editor |