13 [CustomPropertyDrawer(typeof(LeapBlendShapeData))]
16 protected override void init(SerializedProperty property) {
22 var typeProp =
property.FindPropertyRelative(
"_type");
32 return !typeProp.hasMultipleDifferentValues && typeProp.intValue == (int)type;
void drawProperty(string name, bool includeChildren=true, bool disable=false)
void drawPropertyConditionally(string propertyName, string conditionalName, bool includeChildren=true)
override void init(SerializedProperty property)