private void DeleteButton_eventClicked(UIComponent component, UIMouseEventParameter eventParam)
 {
     DebugUtils.Log("UINetTypeItem.DeleteButton_eventClicked");
     OnDeleteCallback?.Invoke();
 }
Example #2
0
 private void Remove()
 {
     OnDeleteCallback?.Invoke(this);
     Delete();
 }