protected override void CleanupFieldsOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.CleanArray(property.boolValues);
     SkinnerEditorUtility.CleanArray(property.colorValues, OutlineColor.ColorLength);
     SkinnerEditorUtility.CleanArray(property.floatValues);
     SkinnerEditorUtility.CleanArray(property.intValues);
     SkinnerEditorUtility.CleanArray(property.vector4Values);
     SkinnerEditorUtility.CleanArray(property.stringValues);
 }
 protected override void CleanupFieldsOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.CleanArray(property.boolValues);
     SkinnerEditorUtility.CleanArray(property.colorValues);
     SkinnerEditorUtility.CleanArray(property.floatValues);
     SkinnerEditorUtility.CleanArray(property.intValues);
     SkinnerEditorUtility.CleanArray(property.vector4Values, TransformRotation.VectorLength, Vector3.one);
     SkinnerEditorUtility.CleanArray(property.stringValues);
 }
 protected override void ResetArrayOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.ResetArray(property.colorValues, OutlineColor.ColorLength);
 }
 protected override void ResetArrayOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.ResetArray(property.floatValues, CanvasGroupAlpha.FloatLength);
 }
 protected override void ResetArrayOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.ResetArray(property.boolValues, GraphicEnable.BoolLength);
 }
 protected override void ResetArrayOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property)
 {
     SkinnerEditorUtility.ResetArray(property.vector4Values, TransformRotation.VectorLength, true, Vector3.one);
 }
Example #7
0
 protected abstract void CleanupFieldsOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property);
Example #8
0
 protected abstract void ResetArrayOtherThanObjectReference(EditorSkinPartsPropertryWithoutObjectReference property);