SummedCamera
Add two cameras together
Functions
new
Construct a new summed camera
SetMode
Sets the summation mode. If "World", then it just adds positions. If "Relative", then it moves position relative to cameraA's CFrame.
Add two cameras together
new
Construct a new summed camera
SetMode
Sets the summation mode. If "World", then it just adds positions. If "Relative", then it moves position relative to cameraA's CFrame.
{ "functions": [ { "name": "new", "desc": "Construct a new summed camera", "params": [ { "name": "cameraA", "desc": "A CameraState or another CameraEffect to be used", "lua_type": "CameraEffect" }, { "name": "cameraB", "desc": "A CameraState or another CameraEffect to be used", "lua_type": "CameraEffect" } ], "returns": [ { "desc": "", "lua_type": "SummedCamera" } ], "function_type": "static", "source": { "line": 22, "path": "src/camera/src/Client/Effects/SummedCamera.lua" } }, { "name": "SetMode", "desc": "Sets the summation mode. If \"World\", then it just adds positions.\nIf \"Relative\", then it moves position relative to cameraA's CFrame.", "params": [ { "name": "mode", "desc": "Mode to set", "lua_type": "\"World\" | \"Relative\"" } ], "returns": [ { "desc": "", "lua_type": "SummedCamera" } ], "function_type": "method", "source": { "line": 39, "path": "src/camera/src/Client/Effects/SummedCamera.lua" } } ], "properties": [], "types": [], "name": "SummedCamera", "desc": "Add two cameras together", "source": { "line": 5, "path": "src/camera/src/Client/Effects/SummedCamera.lua" } }