LogoPixi’VN
pixi-jsType aliases

Type Alias: TextureSpace

> TextureSpace = "local" | "global"

Defined in: node_modules/pixi.js/lib/scene/graphics/shared/FillTypes.d.ts:20

Determines how texture coordinates are calculated Local Space: Global Space: ┌─────────┐ ┌─────────┐ ┌─────────┐ ┌─────────┐ │ A B │ │ A B │ │ A...B │ │ ...B... │ │ │ │ │ │ │ │ │ │ C D │ │ C D │ │ C...D │ │ ...D... │ └─────────┘ └─────────┘ └─────────┘ └─────────┘ (Each shape (Each shape (Texture continues across gets full gets full shapes as if they're texture) texture) windows to same texture)

Advanced