54 lines
1.3 KiB
Plaintext
54 lines
1.3 KiB
Plaintext
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 |