ecspresso
    Preparing search index...

    Interface TweenTarget

    interface TweenTarget {
        component: string;
        from: number | null;
        path: readonly string[];
        to: number;
    }
    Index

    Properties

    Properties

    component: string

    Component name on the entity

    from: number | null

    Starting value. null = resolve from current value on first tick

    path: readonly string[]

    Pre-split field path (e.g., ['position', 'x'])

    to: number

    Target value