using System; using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; using MuHua; /// /// Vector2 - Panel /// public class UIVector2 : ModuleUIPanel { public bool isLock; public Vector2 value; public UISliderInputH sliderX; public UISliderInputH sliderY; public event Action ValueChanged; public Button Lock => Q