Skip to main content

AdorneeBoundingBox

Functions

ObserveBoundingBox

AdorneeBoundingBox.ObserveBoundingBox(selfAdorneeBoundingBox) → Observable<BoundingBoxData>

Observes the bounding box of the adornee

GetBoundingBox

AdorneeBoundingBox.GetBoundingBox(selfAdorneeBoundingBox) → BoundingBoxData?

Gets the bounding box of the adornee

ObserveCFrame

AdorneeBoundingBox.ObserveCFrame(selfAdorneeBoundingBox) → Observable<Vector3>

Observes the cframe of the adornee

GetCFrame

AdorneeBoundingBox.GetCFrame(selfAdorneeBoundingBox) → Vector3

Gets the CFrame of the adornee

ObserveSize

AdorneeBoundingBox.ObserveSize(selfAdorneeBoundingBox) → Observable<Vector3>

Observes the size of the adornee

GetSize

AdorneeBoundingBox.GetSize(selfAdorneeBoundingBox) → Vector3

Gets the size of the adornee

Show raw api
{
    "functions": [
        {
            "name": "ObserveBoundingBox",
            "desc": "Observes the bounding box of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<BoundingBoxData>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 76,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        },
        {
            "name": "GetBoundingBox",
            "desc": "Gets the bounding box of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "BoundingBoxData?"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 91,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        },
        {
            "name": "ObserveCFrame",
            "desc": "Observes the cframe of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Vector3>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 109,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        },
        {
            "name": "GetCFrame",
            "desc": "Gets the CFrame of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Vector3"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 117,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        },
        {
            "name": "ObserveSize",
            "desc": "Observes the size of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Observable<Vector3>"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 125,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        },
        {
            "name": "GetSize",
            "desc": "Gets the size of the adornee",
            "params": [
                {
                    "name": "self",
                    "desc": "",
                    "lua_type": "AdorneeBoundingBox"
                }
            ],
            "returns": [
                {
                    "desc": "",
                    "lua_type": "Vector3"
                }
            ],
            "function_type": "static",
            "source": {
                "line": 133,
                "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "AdorneeBoundingBox",
    "desc": "",
    "source": {
        "line": 5,
        "path": "src/adorneeboundingbox/src/Shared/AdorneeBoundingBox.lua"
    }
}