feat: add initial People Playground mod development kit
This commit is contained in:
38
extracted_wiki_content/internalReference/uieventemitter.txt
Normal file
38
extracted_wiki_content/internalReference/uieventemitter.txt
Normal file
@@ -0,0 +1,38 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/UiEventEmitter.html
|
||||
Title: People Playground Modding - UiEventEmitter
|
||||
==================================================
|
||||
|
||||
public class UiEventEmitter
|
||||
Inherits MonoBehaviour, IPointerEnterHandler, IPointerExitHandler, IPointerDownHandler, IPointerUpHandler, IPointerClickHandler
|
||||
No description provided
|
||||
Fields
|
||||
public UnityEvent OnMouseEnter
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseExit
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseDown
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseUp
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseClick
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public void OnPointerClick(PointerEventData eventData)
|
||||
No description provided
|
||||
|
||||
public void OnPointerDown(PointerEventData eventData)
|
||||
No description provided
|
||||
|
||||
public void OnPointerEnter(PointerEventData eventData)
|
||||
No description provided
|
||||
|
||||
public void OnPointerExit(PointerEventData eventData)
|
||||
No description provided
|
||||
|
||||
public void OnPointerUp(PointerEventData eventData)
|
||||
No description provided
|
||||
Reference in New Issue
Block a user