Improve logic of container item UI add remove button
This commit is contained in:
@@ -38,7 +38,7 @@ public class UISystem : MonoBehaviour
|
||||
_popupMenu = Instantiate(_radialMenuItemPrefab);
|
||||
_popupMenu.transform.transform.SetParent(transform, false);
|
||||
_popupMenu.transform.position = Input.mousePosition;
|
||||
return await _popupMenu.ShowButtons(_popupMenu, actions);
|
||||
return await _popupMenu.ShowButtons(actions);
|
||||
}
|
||||
|
||||
public void ClosePopupMenu()
|
||||
|
||||
Reference in New Issue
Block a user