LogoPixi’VN
pixi-jsClasses

Class: RenderGroupSystem

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupSystem.d.ts:12

Internal

The view system manages the main canvas that is attached to the DOM. This main role is to deal with how the holding the view reference and dealing with how it is resized.

Implements

Constructors

Constructor

> new RenderGroupSystem(renderer): RenderGroupSystem

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupSystem.d.ts:19

Parameters

renderer

Renderer

Returns

RenderGroupSystem

Methods

destroy()

> destroy(): void

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupSystem.d.ts:24

Generic destroy methods to be overridden by the subclass

Returns

void

Implementation of

System.destroy


render()

> protected render(__namedParameters): void

Defined in: node_modules/pixi.js/lib/scene/container/RenderGroupSystem.d.ts:20

Parameters

__namedParameters
container

Container

transform

Matrix

Returns

void