UNPKG

@rjfwhite/random-lib

Version:

Core engine for MML

11 lines 361 B
import { Behavior, AttachmentRule } from './types'; export declare class RotationBehavior extends Behavior { private rotationSpeed; private currentRotation; static getAttachmentRules(): AttachmentRule[]; onAttach(): void; onDetach(): void; test(): void; tick(deltaTime: number): void; } //# sourceMappingURL=RotationBehavior.d.ts.map