예제 #1
0
 private void OnPointExitEventSlotHandler(BaseEventSlot slot)
 {
     ActiveEventName(false);
 }
예제 #2
0
 private void OnPointEnterEventSlotHandler(BaseEventSlot slot)
 {
     OnPointEnterEventSlot?.Invoke(slot);
 }
예제 #3
0
 private void OnPointEnterEventSlotHandler(BaseEventSlot slot)
 {
     ActiveEventName(true);
     _nameEventTMP.text = slot.EVENTSLOT.EventName;
 }