phaser - v4.0.0-rc.4
    Preparing search index...

    Interface IEventComposite<T>

    interface IEventComposite<T> {
        name: string;
        object: any;
        source: T;
    }

    Type Parameters

    • T

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    The name of the event

    object: any

    EventObjects (may be a single body, constraint, composite or a mixed array of these)

    source: T

    The source object of the event