Name | Type | Description |
---|---|---|
options |
MarqueeSelectionOptions |
The options for the marching ants. |
Extends
- Container
Members
Whether to use Ticker.shared to auto update animation time.
The color of the line, set by constructor options
The space between dashes, set by constructor options
The speed of the animation, set by constructor options
The thickness of the line, set by constructor options
true
uses Ticker.shared to auto update animation time.
- Default Value:
- true
Used for the bottom line
The current time of the animation
- Default Value:
- 0
Used for the left line
Used for the right line
The texture used for the lines
Used for the top line
Methods
Destroy the marching ants, don't use after calling this.
Resize the dimensions
Name | Type | Description |
---|---|---|
width |
number |
The width of the marching ants box |
height |
number |
The height of the marching ants box |
Update the marching ants animation. This is called automatically
if autoUpdate
is true
(default). If you'd like to tick this manually
set autoUpdate
to false
and call this method manually.