FireworkExplosion
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Implements
Undocumented Interfaces
TooltipProvider
Members
Getter
Return Type:
List<Integer>
Getter
Return Type:
List<Integer>
Getter
Return Type:
bool
Getter
Return Type:
bool
static of(shape as Shape, colors as List<Integer>, fadeColors as List<Integer>, hasTrail as bool, hasTwinkle as bool) as FireworkExplosion
Parameters:
shape: FireworkExplosionShape
Type: FireworkExplosionShape
colors: List<Integer>
Type: List<Integer>
fadeColors: List<Integer>
Type: List<Integer>
hasTrail: bool
Type: bool
hasTwinkle: bool
Type: bool
Return Type:
FireworkExplosion
Getter
Return Type:
FireworkExplosionShape
withFadeColors(colors as List<Integer>) as FireworkExplosion
Parameters:
colors: List<Integer>
Type: List<Integer>
Return Type:
FireworkExplosion