Api EditorAttribute
class

EditorAttribute

public class EditorAttribute : Attribute

Tell the tools or gameui property editor which editor we should be using for this property or type.

Constructors

EditorAttribute(String editorName)

Properties

Name Type Description
Value String The editor to use.
Assembly: Sandbox.System Full Name: EditorAttribute