Skip to main content

SmoothRotatedCamera

Allow freedom of movement around a current place, much like the classic script works now. Not intended to be use with the current character script. This is the rotation component. Intended to be used with a SummedCamera, relative.

Functions

RotateXY

SmoothRotatedCamera:RotateXY(
xyRotateVectorVector2--

The delta rotation to apply

) → ()
Show raw api
{
    "functions": [
        {
            "name": "RotateXY",
            "desc": "",
            "params": [
                {
                    "name": "xyRotateVector",
                    "desc": "The delta rotation to apply",
                    "lua_type": "Vector2"
                }
            ],
            "returns": [],
            "function_type": "method",
            "source": {
                "line": 41,
                "path": "src/camera/src/Client/Effects/SmoothRotatedCamera.lua"
            }
        }
    ],
    "properties": [],
    "types": [],
    "name": "SmoothRotatedCamera",
    "desc": "Allow freedom of movement around a current place, much like the classic script works now.\nNot intended to be use with the current character script. This is the rotation component.\nIntended to be used with a SummedCamera, relative.",
    "source": {
        "line": 8,
        "path": "src/camera/src/Client/Effects/SmoothRotatedCamera.lua"
    }
}