Esempio n. 1
0
 public static bool GetUseForChildren(this CustomPropertyDrawer prop)
 {
     return(StratusReflection.GetField <bool>("m_UseForChildren", typeof(CustomPropertyDrawer), false, prop));
 }
Esempio n. 2
0
 public static Type GetHiddenType(this CustomPropertyDrawer prop)
 {
     return(StratusReflection.GetField <Type>("m_Type", typeof(CustomPropertyDrawer), false, prop));
 }