feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/UiHoverEventEmitter.html
|
||||
Title: People Playground Modding - UiHoverEventEmitter
|
||||
==================================================
|
||||
|
||||
public class UiHoverEventEmitter
|
||||
Inherits MonoBehaviour, IPointerEnterHandler, IPointerExitHandler
|
||||
No description provided
|
||||
Fields
|
||||
public UnityEvent OnMouseEnter
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseExit
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void OnPointerEnter(PointerEventData eventData)
|
||||
No description provided
|
||||
|
||||
public void OnPointerExit(PointerEventData eventData)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user