On this page
jbp4444/bzAnim/bzAnim.bzLibrary
A Lua/Defold-based animation library for bezier curve animations
- GitHub: jbp4444/bzAnim — pinned to
2fe3aed- Pick a release from jbp4444/bzAnim releases and add its Source code (zip) URL (or a packaged
.zipasset, if the library ships one) togame.projectunder[project]dependencies, then Fetch Libraries in the Defold editor. - Run
bunx @defold-typescript/cli resolveto materialize its types. - Import it under a namespace alias of your choice:
import * as bzLibrary from "bzAnim.bzLibrary"
- Pick a release from jbp4444/bzAnim releases and add its Source code (zip) URL (or a packaged
Functions
animate(args: AnimateArgs): string
Parameters
args:AnimateArgs
Returns
string
animateSequence(args: AnimateSequenceArgs): string
Parameters
args:AnimateSequenceArgs
Returns
string
cancel(id: string)
Parameters
id:string
info(): string
Returns
string
isReady(): boolean
Returns
boolean
setDebugLevel(level: number)
Parameters
level:number