IEditorAttribute<T>class

Allows an editor widget to provide an attribute that it can use. Editors with attributes are chosen over editors without when the target property has the provided attribute.

objectIEditorAttribute<T>
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public abstract interface Editor.IEditorAttribute<T>

Methods1

Showing 1 methods

public virtual void SetEditorAttribute(T attribute)PUBLICVIRTUAL

ParameterTypeDescription
attributeT
Returns:void

On this page