Exemplo n.º 1
0
 public static PropertyAttribute GetAttribute(this PropertyDrawer drawer)
 {
     return(PropertyDrawerHelper.GetAttribute(drawer));
 }
Exemplo n.º 2
0
 public static float GetPropertyHeightSafe(this PropertyDrawer drawer, SerializedProperty property, GUIContent label)
 {
     return(PropertyDrawerHelper.GetPropertyHeightSafe(drawer, property, label));
 }
Exemplo n.º 3
0
 public static void OnGUISafe(this PropertyDrawer drawer, Rect position, SerializedProperty property, GUIContent label)
 {
     PropertyDrawerHelper.OnGUISafe(drawer, position, property, label);
 }
Exemplo n.º 4
0
 public static void SetFieldInfo(this PropertyDrawer drawer, FieldInfo info)
 {
     PropertyDrawerHelper.SetFieldInfo(drawer, info);
 }
Exemplo n.º 5
0
 public static FieldInfo GetFieldInfo(this PropertyDrawer drawer)
 {
     return(PropertyDrawerHelper.GetFieldInfo(drawer));
 }
Exemplo n.º 6
0
 public static void SetAttribute(this PropertyDrawer drawer, PropertyAttribute attr)
 {
     PropertyDrawerHelper.SetAttribute(drawer, attr);
 }