Show raw api
{
"functions": [
{
"name": "SetOffset",
"desc": "Sets the player's camrea's offset.\n\n:::info\nInternally this sets the character's [humanoid camera offset](https://create.roblox.com/docs/reference/engine/classes/Humanoid#CameraOffset).\n:::",
"params": [
{
"name": "Offset",
"desc": "",
"lua_type": "vector3"
}
],
"returns": [],
"function_type": "method",
"yields": true,
"source": {
"line": 29,
"path": "Axis/Controllers/CameraController.luau"
}
},
{
"name": "GetPlayerCamera",
"desc": "Returns the player's camera",
"params": [],
"returns": [
{
"desc": "",
"lua_type": "Camera"
}
],
"function_type": "method",
"source": {
"line": 39,
"path": "Axis/Controllers/CameraController.luau"
}
},
{
"name": "Start",
"desc": "Gets needed controllers:\n- Player Controller",
"params": [],
"returns": [],
"function_type": "method",
"private": true,
"source": {
"line": 49,
"path": "Axis/Controllers/CameraController.luau"
}
}
],
"properties": [],
"types": [],
"name": "CameraController",
"desc": "An internal controller that helps out with camera-related stuff\n\n```lua\nCameraController = Axis.GetController(\"CameraController\")\n```",
"tags": [
"InternalController"
],
"source": {
"line": 13,
"path": "Axis/Controllers/CameraController.luau"
}
}