LibraryAttributeclass

objectAttributeLibraryAttribute
Namespace
Sandbox
Assembly
Sandbox.System
Declaration
public class Sandbox.LibraryAttribute : System.Attribute

Constructors2

Showing 2 constructors

Properties6

Showing 6 properties

public string Sandbox.LibraryAttribute.Description { get; set; }PUBLICGETSET

We use this to provide a nice description in the editor

Returns:string

public bool Sandbox.LibraryAttribute.Editable { get; set; }PUBLICGETSET

We use this to filter entities to show in the entity list in the editor

Returns:bool

public string Sandbox.LibraryAttribute.FullName { get; set; }PUBLICGETSET

The full class name

Returns:string

public string Sandbox.LibraryAttribute.Group { get; set; }PUBLICGETSET

We use this to organize groups of entities in the editor

Returns:string

public string Sandbox.LibraryAttribute.Name { get; set; }PUBLICGETSET

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; }PUBLICGETSET

A nice presentable name to show

Returns:string

On this page