UNPKG
@rjfwhite/random-lib
Version:
latest (0.0.7)
0.0.7
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Core engine for MML
mml-engine.vercel.app
@rjfwhite/random-lib
/
dist
/
behaviors
/
RandomScaleBehavior.d.ts
9 lines
•
302 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{ AttachmentRule, Behavior } from
"./types"
;
export
declare
class
RandomScaleBehavior
extends Behavior {
private
minScale;
private
maxScale;
static
getAttachmentRules
()
: AttachmentRule[];
onAttach
():
void
;
onDetach
():
void
; }
//# sourceMappingURL=RandomScaleBehavior.d.ts.map