s&box docs

public class Sandbox.LibraryAttribute : System.Attribute

Constructors

Showing 2 constructors

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

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.LibraryAttribute

On this page