timelinefx:
timelinefx
.
tlBox
.Draw
Method Draw:Void( canvas:
Canvas
, offsetx:
Float
=0, offsety:
Float
=0, boundingbox:
Int
=false )
Draw this tlBox Use this if you need to draw the bounding box for debugging purposes
Parameters
canvas
The mojo canvas to draw with
offsetx
x amount of any offset
offsety
y amount of any offset
boundingbox
Set to true to also draw the bounding box (not relevant for
tlBox
)