feat: add initial People Playground mod development kit
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
URL: https://wiki.studiominus.nl/internalReference/ScreenUIEventEmitter.html
|
||||
Title: People Playground Modding - ScreenUIEventEmitter
|
||||
==================================================
|
||||
|
||||
public class ScreenUIEventEmitter
|
||||
Inherits MonoBehaviour
|
||||
No description provided
|
||||
Fields
|
||||
public int Depth
|
||||
How far back the emitter is.
|
||||
|
||||
public string MouseDownControlCode
|
||||
[Space]
|
||||
No description provided
|
||||
|
||||
public bool IncludeChildren
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseEnter
|
||||
[Space]
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseExit
|
||||
No description provided
|
||||
|
||||
public UnityEvent OnMouseDown
|
||||
No description provided
|
||||
|
||||
public bool IgnoreOver
|
||||
[Space]
|
||||
No description provided
|
||||
|
||||
public bool IsMouseInside
|
||||
No description provided
|
||||
|
||||
public bool IsMouseInCollider
|
||||
No description provided
|
||||
|
||||
public bool IsBeingDragged
|
||||
[System.NonSerialized]
|
||||
No description provided
|
||||
|
||||
Methods
|
||||
public static bool IsAny(System.Func<ScreenUIEventEmitter, bool> predicate)
|
||||
No description provided
|
||||
|
||||
public static bool IsMouseOverAny()
|
||||
No description provided
|
||||
|
||||
public static bool IsMouseOverAnyColliders(ScreenUIEventEmitter sender)
|
||||
No description provided
|
||||
|
||||
public static bool IsMouseOverNotIgnored()
|
||||
No description provided
|
||||
Reference in New Issue
Block a user