Skip to main content

HeartbeatCamera

Update on heartbeat, must GC this camera state, unlike others. This allows for camera effects to run on heartbeat and cache information once instead of potentially going deeep into a tree and getting invoked multiple times

Properties

CameraState

This item is read only and cannot be modified. Read Only
HeartbeatCamera.CameraState: CameraState

The current state.

Show raw api
{
    "functions": [],
    "properties": [
        {
            "name": "CameraState",
            "desc": "The current state.",
            "lua_type": "CameraState",
            "readonly": true,
            "source": {
                "line": 50,
                "path": "src/camera/src/Client/Effects/HeartbeatCamera.lua"
            }
        }
    ],
    "types": [],
    "name": "HeartbeatCamera",
    "desc": "Update on heartbeat, must GC this camera state, unlike others. This\nallows for camera effects to run on heartbeat and cache information once instead\nof potentially going deeep into a tree and getting invoked multiple times",
    "source": {
        "line": 8,
        "path": "src/camera/src/Client/Effects/HeartbeatCamera.lua"
    }
}