wima
    Preparing search index...

    Interface Physics2DPluginOptions

    interface Physics2DPluginOptions {
        autoUpdateBounds?: boolean;
        broadphase?: Plugin;
        integrator?: Plugin;
        narrowphase?: Plugin;
    }
    Index

    Properties

    autoUpdateBounds?: boolean
    broadphase?: Plugin
    integrator?: Plugin
    narrowphase?: Plugin