UNPKG

@rjfwhite/random-lib

Version:

Core engine for MML

9 lines 302 B
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