PowerHorse Engine
    Preparing search index...

    Variable ResponsiveConst

    Responsive: <T>(
        props: {
            container?: GuiObject | Camera;
            lg?: T;
            md?: T;
            sm: T;
            xl?: T;
            xl2?: T;
        },
    ) => T = ResponsiveInternal

    Type Declaration

      • <T>(
            props: {
                container?: GuiObject | Camera;
                lg?: T;
                md?: T;
                sm: T;
                xl?: T;
                xl2?: T;
            },
        ): T
      • Use within a createEffect that is used for a createElement property for a responsive values.

        Type Parameters

        • T

        Parameters

        • props: { container?: GuiObject | Camera; lg?: T; md?: T; sm: T; xl?: T; xl2?: T }

        Returns T