API ReferenceSandbox
LibraryAttributeclass
Constructors2
Showing 2 constructors
No results match this filter.
Properties6
Showing 6 properties
public string Sandbox.LibraryAttribute.Description { get; set; }
We use this to provide a nice description in the editor
Returns:
string—public bool Sandbox.LibraryAttribute.Editable { get; set; }
We use this to filter entities to show in the entity list in the editor
Returns:
bool—public string Sandbox.LibraryAttribute.FullName { get; set; }
The full class name
Returns:
string—public string Sandbox.LibraryAttribute.Group { get; set; }
We use this to organize groups of entities in the editor
Returns:
string—public string Sandbox.LibraryAttribute.Name { get; set; }
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
Returns:
string—public string Sandbox.LibraryAttribute.Title { get; set; }
A nice presentable name to show
Returns:
string—No results match this filter.