pixi.js
Website
GitHub
Discord
Preparing search index...
TransformOptions
Interface TransformOptions
Advanced
Options for the
Transform
constructor.
interface
TransformOptions
{
matrix
?:
Matrix
;
observer
?:
{
_onUpdate
:
(
transform
:
Transform
)
=>
void
}
;
}
Index
Properties
matrix?
observer?
Properties
Optional
matrix
matrix
?:
Matrix
The matrix to use.
Optional
Advanced
observer
observer
?:
{
_onUpdate
:
(
transform
:
Transform
)
=>
void
}
The observer to use.
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
matrix
observer
Website
GitHub
Discord
pixi.js
Loading...
Options for the Transform constructor.