clik-engine API
    Preparing search index...

    Type Alias CollisionActiveEvent

    type CollisionActiveEvent = {
        name: string;
        pairs: MatterCollisionPair[];
        source: any;
        timestamp: number;
    }
    Index

    Properties

    name: string

    The name of the event.

    A list of all affected pairs in the collision.

    source: any

    The source object of the event.

    timestamp: number

    The Matter Engine timing.timestamp value for the event.