VR Development Framework
v 1.0.0
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes | List of all members
AVR.Core.Attributes.FoldoutPropertyDrawer Class Reference
Inheritance diagram for AVR.Core.Attributes.FoldoutPropertyDrawer:

Public Member Functions

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

Private Member Functions

void NewGroup (string group_name, SerializedProperty prop)
 
void ContinuationGroup (SerializedProperty prop)
 

Private Attributes

bool foldout = false
 

Static Private Attributes

static bool last_foldout = false
 
static string last_group = null
 
static string prop_reference = null
 
static Object obj_reference = null
 

Detailed Description

Definition at line 21 of file AVR_Attributes_PropertyDrawers.cs.