LogoPixi’VN
pixi-jsInterfaces

Interface: CubeTextureFaces<T>

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:13

The 6 faces of a cube map.

Naming matches common engine conventions:

  • left/right: -X/+X
  • bottom/top: -Y/+Y
  • back/front: -Z/+Z

Advanced

Type Parameters

T

T

Properties

back

> back: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:19


bottom

> bottom: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:17


front

> front: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:18


left

> left: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:14


right

> right: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:15


top

> top: T

Defined in: node_modules/pixi.js/lib/rendering/renderers/shared/texture/sources/CubeTextureSource.d.ts:16