LogoPixi’VN
pixi-jsInterfaces

Interface: PlaneGeometryOptions

Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:17

Constructor options used for PlaneGeometry instances.

const planeGeometry = new PlaneGeometry({
   width: 100,
   height: 100,
   verticesX: 10,
   verticesY: 10,
});

See

PlaneGeometry

Advanced

Extended by

Properties

height?

> optional height?: number

Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:21

Height of plane


verticesX?

> optional verticesX?: number

Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:23

Number of vertices on x-axis


verticesY?

> optional verticesY?: number

Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:25

Number of vertices on y-axis


width?

> optional width?: number

Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:19

Width of plane