LogoPixi’VN
pixi-jsFunctions

~~Function: updateLocalTransform()~~

> updateLocalTransform(lt, container): void

Defined in: node_modules/pixi.js/lib/scene/container/utils/updateLocalTransform.d.ts:10

Internal

Updates the local transform of a container based on its properties.

Parameters

lt

Matrix

The matrix to update with the local transform values.

container

Container

The container whose local transform is being updated.

Returns

void

Deprecated