wima
    Preparing search index...

    Interface TweenPluginOptions<T>

    interface TweenPluginOptions<T> {
        component: new (...args: any[]) => T;
        interpolation: TweenLerp<T>;
        tween: typeof Tween;
    }

    Type Parameters

    • T
    Index

    Properties

    component: new (...args: any[]) => T
    interpolation: TweenLerp<T>
    tween: typeof Tween