UI/Common/FunctionButtonGroup.cs @@ -233,6 +233,13 @@ } } public void SetFunctionButtonActive(int order, bool isShow) { if (functionButtons.ContainsKey(order)) { functionButtons[order].gameObject.SetActive(isShow); } } } }