ScrollerJoystick
Inherits: Node
Scroll a ScrollContainer using the right analog stick
Description
Add as a child node to a ScrollContainer to allow controlling the scroll position using the right analog stick.
Properties
| Type | Name | Default |
|---|---|---|
| int | scroll_speed | 600 |
| Vector2 | dead_zone | Vector2(0.2, 0.2) |
| ScrollContainer | parent | get_parent() |
| Vector2 | direction | Vector2(0, 0) |
| Vector2 | remainder | Vector2(0, 0) |
Property Descriptions
scroll_speed
int scroll_speed = 600
Note
There is currently no description for this property. Please help us by contributing one!
dead_zone
Vector2 dead_zone = Vector2(0.2, 0.2)
Note
There is currently no description for this property. Please help us by contributing one!
parent
ScrollContainer parent = get_parent()
Note
There is currently no description for this property. Please help us by contributing one!
direction
Vector2 direction = Vector2(0, 0)
Note
There is currently no description for this property. Please help us by contributing one!
remainder
Vector2 remainder = Vector2(0, 0)
Note
There is currently no description for this property. Please help us by contributing one!