RenderSteppedCallbackInfo
Type
Describes a RenderStepped callback's information.
Properties
Priority
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Priority:
number
The execution priority of the callback (e.g., Enum.RenderPriority.Camera
).
Name
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Name:
string
The name given to the callback, often indicating its purpose.
Foreign
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Foreign:
boolean
A boolean indicating if the callback originates from a different Luau Virtual Machine (e.g., an Actor thread).
Thread
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Thread:
thread?
The Luau thread (coroutine) this callback belongs to. nil
if Foreign
is true unless Argument #1 bypassForeignCheck
of getrendersteppedlist
is true.
Function
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Function:
(
(
)
→
(
)
)
?
The Luau function associated with this callback. nil
if Foreign
is true unless Argument #1 bypassForeignCheck
of getrendersteppedlist
is true.