Added CanEditMultipleObjects
parent
bfe2509e77
commit
ccbe0359d6
|
@ -304,6 +304,7 @@ namespace UnityEngine.UI.Extensions
|
||||||
|
|
||||||
#if UNITY_EDITOR
|
#if UNITY_EDITOR
|
||||||
[CustomEditor(typeof(UISquircle))]
|
[CustomEditor(typeof(UISquircle))]
|
||||||
|
[CanEditMultipleObjects]
|
||||||
public class UISquircleEditor : Editor
|
public class UISquircleEditor : Editor
|
||||||
{
|
{
|
||||||
SerializedProperty _fillCenter;
|
SerializedProperty _fillCenter;
|
||||||
|
|
Loading…
Reference in New Issue