ecspresso
    Preparing search index...

    Interface TweenEventData

    Data structure published when a tween completes. Use this type when defining tween completion events in your EventTypes interface.

    interface TweenEventData {
        entityId: number;
        stepCount: number;
    }
    Index

    Properties

    Properties

    entityId: number

    The entity ID the tween belongs to

    stepCount: number

    Number of steps in the tween