UNPKG

phaser4-rex-plugins

Version:
11 lines (10 loc) 265 B
import Scale from './Scale'; export default function Yoyo( gameObject: Phaser.GameObjects.GameObject, duration: number, peakValue?: number, repeat?: number, orientation?: number | string, ease?: string, scale?: Scale ): Scale;