Skip to main content

RxClippedRectUtils

Helper functions to observe parts of a Gui that are clipped or not

Functions

observeClippedRect

RxClippedRectUtils.observeClippedRect(guiGui) → Observable<Rect>

Observes the clipped rect for the given Gui

Show raw api
{
    "functions": [
        {
            "name": "observeClippedRect",
            "desc": "Observes the clipped rect for the given Gui",
            "params": [
                {
                    "name": "gui",
                    "desc": "",
                    "lua_type": "Gui"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Rect>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 21,
                "path": "src/uiobjectutils/src/Client/RxClippedRectUtils.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "RxClippedRectUtils",
    "desc": "Helper functions to observe parts of a Gui that are clipped or not",
    "source": {
        "line": 6,
        "path": "src/uiobjectutils/src/Client/RxClippedRectUtils.lua"
    }
}