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
The matrix to update with the local transform values.
container
The container whose local transform is being updated.
Returns
void