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
Optionaloptions: {Options which customize the text animation
Optionalanchor?: TextAnchorPointThe original anchor point where the text appears
Optionaldirection?: TextAnchorPointThe direction in which the text scrolls
Optionaldistance?: numberThe distance in pixels that the scrolling text should travel
Optionalduration?: numberThe duration of the scrolling effect in milliseconds
Optionaljitter?: numberAn amount of randomization between [0, 1] applied to the initial position
OptionaltextStyle?: 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.