DepthOfFieldService
Functions
Init
Initializes the DepthOfFieldService. Should be done via ServiceBag.
CreateModifier
Creates a new depth of field modifier
InitInitializes the DepthOfFieldService. Should be done via ServiceBag.
CreateModifierCreates a new depth of field modifier
{
"functions": [
{
"name": "Init",
"desc": "Initializes the DepthOfFieldService. Should be done via [ServiceBag].",
"params": [
{
"name": "_serviceBag",
"desc": "",
"lua_type": "ServiceBag"
}
],
"returns": [],
"function_type": "method",
"source": {
"line": 21,
"path": "src/depthoffield/src/Client/DepthOfFieldService.lua"
}
},
{
"name": "CreateModifier",
"desc": "Creates a new depth of field modifier",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "DepthOfFieldModifier"
}
],
"function_type": "method",
"source": {
"line": 71,
"path": "src/depthoffield/src/Client/DepthOfFieldService.lua"
}
}
],
"properties": [],
"types": [],
"name": "DepthOfFieldService",
"desc": "",
"source": {
"line": 4,
"path": "src/depthoffield/src/Client/DepthOfFieldService.lua"
}
}