The HUD insertion entity. It is the HUD that the player edits using the editor.
Name |
Type |
Description |
Script Name |
Content Origin |
Int |
The starting point of the scroll. Upper left corner by default. |
ContentOrigin |
Scroll Direction |
Int |
Supports multiple scrolling directions |
ScrollDirection |
Custom XY |
Vector2 |
The drag amount in the xy direction |
CustomXY |
Scroll Effect |
Int |
Supports multiple dragging directions |
ScrollEffect |
Scroll Wheel Speed |
Float |
The factor of the scroll. The larger the value, the faster the scrolling. |
ScrollWheelSpeed |
Scroll Continuity |
Float |
The factor of the momentum. The larger the value, the bigger the momentum while scrolling. |
ScrollContinuity |
Restrict Within Panel |
Bool |
Whether the dragging is constrained to the viewport. Selected by default. |
RestrictWithinPanel |
Smooth Scroll Start |
Bool |
When selected, there will be a slow movement upon dragging. When unselected, the dragging corresponds to the speed of the mouse. |
SmoothScrollStart |
Cancel Drag if Fits |
Bool |
Stop dragging when coinciding with the viewport |
CancelDragIfFits |
Vertical Bar |
Int |
The vertical display type |
VerticalBar |
Horizontal Bar |
Int |
The horizontal display type |
HorizontalBar |
|
Vector2 |
Show Location |
ShowPosition |
Disable Collider |
Bool |
\ |
DisableCollider |