Skip to main content

ImmediateSchedulableSystem

A system registered with a scheduler.

One scheduler runs one contiguous, priority-sorted block per Tick(). Hooking that Tick to an event is the caller's job, so a PreRender scheduler and a PreAnimation scheduler are completely separate blocks.

Show raw api
{
    "functions": [],
    "properties": [],
    "types": [],
    "name": "ImmediateSchedulableSystem",
    "desc": "A system registered with a scheduler.\n\nOne scheduler runs one contiguous, priority-sorted block per Tick(). Hooking\nthat Tick to an event is the caller's job, so a PreRender scheduler and a\nPreAnimation scheduler are completely separate blocks.",
    "source": {
        "line": 57,
        "path": "src/immediateutils/src/Shared/scheduler/ImmediateScheduler.lua"
    }
}