Api Editor CanEditAttribute
class

CanEditAttribute

public class CanEditAttribute : Attribute

Constructors

CanEditAttribute(Type type, String typeName)
CanEditAttribute(String typeName)

Properties

Name Type Description
TargetType virtual Type
Type Type
TypeName String

Methods

static Widget CreateEditorFor(PropertyInfo property)
static Widget CreateEditorFor(Type t, IEnumerable<Attribute> attributes = null, Type[] generics = null)
static Widget CreateEditorFor(String name)
static Widget CreateEditorFor(Array array)
static Widget CreateEditorForObject(Object obj)
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.CanEditAttribute