melonJS
    Preparing search index...

    Interface AdapterOptions

    Common adapter constructor options. Concrete adapters may extend this with their own engine-specific options.

    interface AdapterOptions {
        gravity?: Vector2d;
    }
    Index

    Properties

    Properties

    gravity?: Vector2d

    world gravity vector, default (0, 0.98)