Tanoda
Leap.Unity.Attributes.CombinablePropertyDrawer Class Reference
Inheritance diagram for Leap.Unity.Attributes.CombinablePropertyDrawer:

Public Member Functions

override float GetPropertyHeight (SerializedProperty property, GUIContent label)
 
override bool CanCacheInspectorGUI (SerializedProperty property)
 
override void OnGUI (Rect position, SerializedProperty property, GUIContent label)
 

Static Public Member Functions

static void GetAttributes (SerializedProperty property, FieldInfo fieldInfo, out List< CombinablePropertyAttribute > outAttributes)
 
static void OnGUI (List< CombinablePropertyAttribute > attributes, FieldInfo fieldInfo, Rect position, SerializedProperty property, GUIContent label)
 

Detailed Description

Definition at line 19 of file CombinablePropertyDrawer.cs.

Member Function Documentation

◆ CanCacheInspectorGUI()

override bool Leap.Unity.Attributes.CombinablePropertyDrawer.CanCacheInspectorGUI ( SerializedProperty  property)

Definition at line 67 of file CombinablePropertyDrawer.cs.

◆ GetAttributes()

static void Leap.Unity.Attributes.CombinablePropertyDrawer.GetAttributes ( SerializedProperty  property,
FieldInfo  fieldInfo,
out List< CombinablePropertyAttribute outAttributes 
)
static

Definition at line 28 of file CombinablePropertyDrawer.cs.

◆ GetPropertyHeight()

override float Leap.Unity.Attributes.CombinablePropertyDrawer.GetPropertyHeight ( SerializedProperty  property,
GUIContent  label 
)

Definition at line 52 of file CombinablePropertyDrawer.cs.

◆ OnGUI() [1/2]

static void Leap.Unity.Attributes.CombinablePropertyDrawer.OnGUI ( List< CombinablePropertyAttribute attributes,
FieldInfo  fieldInfo,
Rect  position,
SerializedProperty  property,
GUIContent  label 
)
static

Definition at line 78 of file CombinablePropertyDrawer.cs.

◆ OnGUI() [2/2]

override void Leap.Unity.Attributes.CombinablePropertyDrawer.OnGUI ( Rect  position,
SerializedProperty  property,
GUIContent  label 
)

Definition at line 71 of file CombinablePropertyDrawer.cs.


The documentation for this class was generated from the following file: