mooball
    Preparing search index...

    Interface UpdateStadiumBgParams

    interface UpdateStadiumBgParams {
        color?: UnparsedColor;
        cornerRadius?: number;
        goalLine?: number;
        height?: number;
        kickOffRadius?: number;
        type?: 0 | 2 | 1;
        width?: number;
    }
    Index

    Properties

    The new background color of the current stadium.

    cornerRadius?: number

    The new background corner radius of the current stadium.

    goalLine?: number

    The new goal line distance of the current stadium.

    height?: number

    The new background height of the current stadium.

    kickOffRadius?: number

    The new kick-off radius of the current stadium.

    type?: 0 | 2 | 1

    The new background type of the current stadium. (0: "none", 1: "grass", 2: "hockey")

    width?: number

    The new background width of the current stadium.