Show raw api
{
"functions": [
{
"name": "new",
"desc": "Initializes a new RoundedBackingBuilder\n\nIf `options.sibling` is true, assumes sibling mode in the ScreenGui, defaults to true.",
"params": [
{
"name": "options",
"desc": "Options to set",
"lua_type": "{ sibling: boolean }"
}
],
"returns": [
{
"desc": "",
"lua_type": "RoundedBackingBuilder"
}
],
"function_type": "static",
"source": {
"line": 20,
"path": "src/roundedbackingbuilder/src/Client/RoundedBackingBuilder.lua"
}
}
],
"properties": [],
"types": [],
"name": "RoundedBackingBuilder",
"desc": "Construct a rounded backing with a shadow.",
"source": {
"line": 5,
"path": "src/roundedbackingbuilder/src/Client/RoundedBackingBuilder.lua"
}
}