@moxijs/ui - v0.3.5
    Preparing search index...

    Interface UIPanelProps

    UIPanel configuration.

    interface UIPanelProps {
        backgroundAlpha?: number;
        backgroundColor?: number;
        borderColor?: number;
        borderRadius?: number;
        borderWidth?: number;
        height?: number;
        nineSlice?: NineSliceConfig;
        texture?: Texture;
        width?: number;
    }
    Index

    Properties

    backgroundAlpha?: number

    Background alpha

    backgroundColor?: number

    Background color (if no texture)

    borderColor?: number

    Border color

    borderRadius?: number

    Border radius (if using solid color)

    borderWidth?: number

    Border width in pixels

    height?: number

    Fixed height

    nineSlice?: NineSliceConfig

    9-slice configuration (if using texture)

    texture?: Texture

    Background texture

    width?: number

    Fixed width