feat: add initial People Playground mod development kit

This commit is contained in:
2026-01-06 06:35:51 +03:00
parent b89c805060
commit 27da387c5a
1095 changed files with 40267 additions and 1 deletions

View File

@@ -0,0 +1,54 @@
URL: https://wiki.studiominus.nl/internalReference/ResizableUIElementHandle.html
Title: People Playground Modding - ResizableUIElementHandle
==================================================
public class ResizableUIElementHandle
Inherits MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IDeselectHandler, IPointerEnterHandler, IPointerExitHandler
No description provided
Fields
public Texture2D CursorSprite
No description provided
public Image Graphic
No description provided
public Color Default
No description provided
public Color Hover
No description provided
public Color Active
No description provided
public RectTransform ToResize
No description provided
public RectTransform.Axis Axis
No description provided
public Vector2 SizeRange
[NaughtyAttributes.MinMaxSlider(16, 2688)]
No description provided
public float Step
No description provided
public UnityEvent OnEndResize
No description provided
Methods
public void OnDeselect(BaseEventData 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