Show / Hide Table of Contents

Class OverridePropertyDrawer

Inheritance
System.Object
UnityEditor.GUIDrawer
UnityEditor.PropertyDrawer
OverridePropertyDrawer
Inherited Members
UnityEditor.PropertyDrawer.CreatePropertyGUI(UnityEditor.SerializedProperty)
UnityEditor.PropertyDrawer.GetPropertyHeight(UnityEditor.SerializedProperty, UnityEngine.GUIContent)
UnityEditor.PropertyDrawer.CanCacheInspectorGUI(UnityEditor.SerializedProperty)
UnityEditor.PropertyDrawer.attribute
UnityEditor.PropertyDrawer.fieldInfo
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MacacaGames.ViewSystem
Assembly: Macaca.ViewSystem.Editor.dll
Syntax
[CustomPropertyDrawer(typeof(ViewElemenOverride))]
public class OverridePropertyDrawer : PropertyDrawer

Constructors

| Improve this Doc View Source

OverridePropertyDrawer()

Declaration
public OverridePropertyDrawer()

Methods

| Improve this Doc View Source

OnGUI(Rect, SerializedProperty, GUIContent)

Declaration
public override void OnGUI(Rect oriRect, SerializedProperty property, GUIContent label)
Parameters
Type Name Description
UnityEngine.Rect oriRect
UnityEditor.SerializedProperty property
UnityEngine.GUIContent label
Overrides
UnityEditor.PropertyDrawer.OnGUI(UnityEngine.Rect, UnityEditor.SerializedProperty, UnityEngine.GUIContent)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX