pixi-jsInterfaces
Interface: PerspectivePlaneGeometryOptions
Defined in: node_modules/pixi.js/lib/scene/mesh-perspective/PerspectivePlaneGeometry.d.ts:8
Constructor options used for PerspectivePlaneGeometry instances.
Advanced
Extends
Properties
height
> height: number
Defined in: node_modules/pixi.js/lib/scene/mesh-perspective/PerspectivePlaneGeometry.d.ts:12
The height of the plane
Overrides
verticesX?
> optional verticesX?: number
Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:23
Number of vertices on x-axis
Inherited from
PlaneGeometryOptions.verticesX
verticesY?
> optional verticesY?: number
Defined in: node_modules/pixi.js/lib/scene/mesh-plane/PlaneGeometry.d.ts:25
Number of vertices on y-axis
Inherited from
PlaneGeometryOptions.verticesY
width
> width: number
Defined in: node_modules/pixi.js/lib/scene/mesh-perspective/PerspectivePlaneGeometry.d.ts:10
The width of the plane