예제 #1
0
 new InternalNumberEditor(creator.text, prop => prop.Value == InspectorProperty.NullValue ?
                          InspectorProperty.NullValue : prop.Value.Split(',')[index],
                          (prop, value) =>
예제 #2
0
 new InternalNumberEditor(creator.text, prop => prop.ValueString == InspectorProperty.NullValue ?
                          InspectorProperty.NullValue : prop.ValueString.Replace("(", "").Replace(")", "").Split(',')[index],
                          (prop, value, userInitiated) =>