ecspresso
    Preparing search index...

    Interface EntityOutOfBoundsEvent

    Event fired when an entity exits bounds.

    interface EntityOutOfBoundsEvent {
        entityId: number;
        exitEdge: "top" | "bottom" | "left" | "right";
    }
    Index

    Properties

    Properties

    entityId: number

    The entity that exited bounds

    exitEdge: "top" | "bottom" | "left" | "right"

    The edge the entity exited through