mooball
    Preparing search index...

    Interface UpdateStadiumPlayerPhysicsParams

    interface UpdateStadiumPlayerPhysicsParams {
        acceleration?: number;
        bCoef?: number;
        cGroup?: UnparsedCollisionFlags;
        damping?: number;
        gravity?: [x: number, y: number];
        invMass?: number;
        kickback?: number;
        kickingAcceleration?: number;
        kickingDamping?: number;
        kickStrength?: number;
        radius?: number;
    }
    Index

    Properties

    acceleration?: number

    The new acceleration value of the player physics of the current stadium.

    bCoef?: number

    The new bouncing coefficient value of the player physics of the current stadium.

    The new collision group value of the player physics of the current stadium.

    damping?: number

    The new damping value of the player physics of the current stadium.

    gravity?: [x: number, y: number]

    The new gravity (acceleration) value of the player physics of the current stadium.

    invMass?: number

    The new inverse mass value of the player physics of the current stadium.

    kickback?: number

    The new kick back value of the player physics of the current stadium.

    kickingAcceleration?: number

    The new kickingAcceleration value of the player physics of the current stadium.

    kickingDamping?: number

    The new kicking damping value of the player physics of the current stadium.

    kickStrength?: number

    The new kick strength value of the player physics of the current stadium.

    radius?: number

    The new radius value of the player physics of the current stadium.