Pioneer Robotics Documentation
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Pioneer Robotics Documentation
Pioneer Robotics Documentation
/
org.firstinspires.ftc.teamcode.prism
/
PrismAnimations
/
Snakes
/
Snakes
Snakes
constructor
(
)
constructor
(
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
spacingBetween
:
Int
,
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
spacingBetween
:
Int
,
repeatAfter
:
Int
,
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
spacingBetween
:
Int
,
repeatAfter
:
Int
,
backgroundColor
:
Color
,
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
spacingBetween
:
Int
,
repeatAfter
:
Int
,
backgroundColor
:
Color
,
speed
:
Float
,
colors
:
Array
<
Color
>
)
constructor
(
snakeLength
:
Int
,
spacingBetween
:
Int
,
repeatAfter
:
Int
,
backgroundColor
:
Color
,
speed
:
Float
,
direction
:
Direction
,
colors
:
Array
<
Color
>
)