Add a PrimaryGraphics to the group.
The Drawing being added
The created Graphics instance
Display scrolling status text originating from an origin point on the Canvas.
An origin point where the text should first emerge
The text content to display
Optional
options: {Options which customize the text animation
Optional
anchor?: TextAnchorPointThe original anchor point where the text appears
Optional
direction?: TextAnchorPointThe direction in which the text scrolls
Optional
distance?: numberThe distance in pixels that the scrolling text should travel
Optional
duration?: numberThe duration of the scrolling effect in milliseconds
Optional
jitter?: numberAn amount of randomization between [0, 1] applied to the initial position
Optional
textStyle?: objectAdditional parameters of PIXI.TextStyle which are applied to the text
A promise that resolves after the scrolling text animation ended.
Remove a PrimaryGraphics from the group.
The Drawing being removed
A container group which displays interface elements rendered above other canvas groups.