示例#1
0
 private void OnSwatchClicked(UIComponent component, UIMouseEventParameter eventParam)
 {
     EventSwatchClicked?.Invoke(Swatch, eventParam, component);
 }
示例#2
0
 private void OnSwatchClicked(Color swatchColor, UIMouseEventParameter eventParam, UIComponent component)
 {
     EventSwatchClicked?.Invoke(swatchColor);
 }