Show / Hide Table of Contents

Class DecoratorDrawer

Inheritance
Object
GUIDrawer
DecoratorDrawer
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public abstract class DecoratorDrawer : GUIDrawer

Properties

| Improve this Doc View Source

attribute

Declaration
public PropertyAttribute attribute { get; }
Property Value
Type Description
PropertyAttribute

Methods

| Improve this Doc View Source

CanCacheInspectorGUI()

Declaration
public virtual bool CanCacheInspectorGUI()
Returns
Type Description
Boolean
| Improve this Doc View Source

GetHeight()

Declaration
public virtual float GetHeight()
Returns
Type Description
Single
| Improve this Doc View Source

OnGUI(Rect)

Declaration
public virtual void OnGUI(Rect position)
Parameters
Type Name Description
Rect position

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX