feat: add initial People Playground mod development kit
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user