API ReferenceSandbox
public class Sandbox.LibraryAttribute : System.Attribute
Constructors
Showing 2 constructors
No results match this filter.
Properties
Showing 6 properties
public string Sandbox.LibraryAttribute.Description { get; set; }
We use this to provide a nice description in the editor
public bool Sandbox.LibraryAttribute.Editable { get; set; }
We use this to filter entities to show in the entity list in the editor
public string Sandbox.LibraryAttribute.FullName { get; set; }
The full class name
public string Sandbox.LibraryAttribute.Group { get; set; }
We use this to organize groups of entities in the editor
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
public string Sandbox.LibraryAttribute.Title { get; set; }
A nice presentable name to show
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.LibraryAttribute |