class LibraryAttribute

in global :: Sandbox

😔 No documentation found.


public string Name { get; }

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 FullName { get; }

The full class name

public string Title { get; set; }

A nice presentable name to show

public string Description { get; set; }

We use this to provide a nice description in the editor

public string Group { get; set; }

We use this to organize groups of entities in the editor

public bool Editable { get; set; }

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

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public LibraryAttribute( )

😔 No documentation found.

public LibraryAttribute( string name )

😔 No documentation found.