RenderSteppedCallbackInfo
Type
Describes a RenderStepped callback's information.
Properties
Priority
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Priority: numberThe execution priority of the callback (e.g., Enum.RenderPriority.Camera).
Name
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Name: stringThe name given to the callback, often indicating its purpose.
Foreign
This item is read only and cannot be modified. Read OnlyRenderSteppedCallbackInfo.Foreign: booleanA 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.