@moxijs/core - v0.3.4
Preparing search index...
ShapeConfig
Interface ShapeConfig
Shape definition for physics fixtures.
interface
ShapeConfig
{
height
?:
number
;
radius
?:
number
;
shape
:
ShapeType
;
vertices
?:
Point
[]
;
width
?:
number
;
}
Index
Properties
height?
radius?
shape
vertices?
width?
Properties
Optional
height
height
?:
number
Optional
radius
radius
?:
number
shape
shape
:
ShapeType
Optional
vertices
vertices
?:
Point
[]
Optional
width
width
?:
number
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
height
radius
shape
vertices
width
@moxijs/core - v0.3.4
Loading...
Shape definition for physics fixtures.