Internal
Make an object with a collider component. Maker extends makeObject
const clickableArea = k.add(makeArea({
width: 100,
height: 100,
}));
Make a background object. Maker extends makeRender
Optional
opt: ObjOpt & RenderOpt & BackgroundOptMake an object with a circle component. Maker extends makeRender
Make an object with a rectangle component. Maker extends makeRender
Make an object with a color and opacity components. Maker extends makeObject
Is not recommended to use this maker directly, use the other render makers instead:
Make an object with a sprite component. Maker extends makeRender
Make an object with a text component. Maker extends makeRender
A component for define a childrens
Extend a maker with new components.
Make an object maker. This is used internally for makeObject, but we recommend using extendMaker instead if you want to mantain the base options.
Generated using TypeDoc
The kiboom Kaboom's plugin