pixi.js
Website
GitHub
Discord
Preparing search index...
PatternRepetition
Type Alias PatternRepetition
PatternRepetition
:
"repeat"
|
"repeat-x"
|
"repeat-y"
|
"no-repeat"
Defines the repetition modes for fill patterns.
repeat
: The pattern repeats in both directions.
repeat-x
: The pattern repeats horizontally only.
repeat-y
: The pattern repeats vertically only.
no-repeat
: The pattern does not repeat.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
Website
GitHub
Discord
pixi.js
Loading...
Defines the repetition modes for fill patterns.
repeat
: The pattern repeats in both directions.repeat-x
: The pattern repeats horizontally only.repeat-y
: The pattern repeats vertically only.no-repeat
: The pattern does not repeat.