pixi.js
Website
GitHub
Discord
Preparing search index...
ShapePrimitiveWithHoles
Type Alias ShapePrimitiveWithHoles
Advanced
A type representing a shape primitive with optional transformation and holes.
type
ShapePrimitiveWithHoles
=
{
holes
?:
ShapePrimitiveWithHoles
[]
;
shape
:
ShapePrimitive
;
transform
?:
Matrix
;
}
Index
Properties
holes?
shape
transform?
Properties
Optional
holes
holes
?:
ShapePrimitiveWithHoles
[]
shape
shape
:
ShapePrimitive
Optional
transform
transform
?:
Matrix
Settings
Member Visibility
Inherited
Advanced
Theme
OS
Light
Dark
On This Page
Properties
holes
shape
transform
Website
GitHub
Discord
pixi.js
Loading...
A type representing a shape primitive with optional transformation and holes.