Show raw api
{
"functions": [
{
"name": "SetHighlightDepthMode",
"desc": "Sets the depth mode. Either can be:\n\n* Enum.HighlightDepthMode.AlwaysOnTop\n* Enum.HighlightDepthMode.Occluded",
"params": [
{
"name": "depthMode",
"desc": "",
"lua_type": "Enum.HighlightDepthMode"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 66,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
},
{
"name": "SetFillColor",
"desc": "Sets the fill color",
"params": [
{
"name": "color",
"desc": "",
"lua_type": "Color3"
},
{
"name": "doNotAnimate",
"desc": "",
"lua_type": "boolean | nil"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 155,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
},
{
"name": "SetOutlineColor",
"desc": "Sets the outline color",
"params": [
{
"name": "color",
"desc": "",
"lua_type": "Color3"
},
{
"name": "doNotAnimate",
"desc": "",
"lua_type": "boolean | nil"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 167,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
},
{
"name": "SetOutlineTransparency",
"desc": "Sets the outlineTransparency",
"params": [
{
"name": "outlineTransparency",
"desc": "",
"lua_type": "number"
},
{
"name": "doNotAnimate",
"desc": "",
"lua_type": "boolean | nil"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 189,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
},
{
"name": "SetFillTransparency",
"desc": "Sets the fillTransparency",
"params": [
{
"name": "fillTransparency",
"desc": "",
"lua_type": "number"
},
{
"name": "doNotAnimate",
"desc": "",
"lua_type": "boolean | nil"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 205,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
}
],
"properties": [],
"types": [],
"name": "AnimatedHighlight",
"desc": "",
"realm": [
"Client"
],
"source": {
"line": 5,
"path": "src/highlight/src/Client/AnimatedHighlight.lua"
}
}