Enum Node.ProcessThreadGroupEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Node.ProcessThreadGroupEnum : long
Fields
Inherit = 0
Process this node based on the thread group mode of the first parent (or grandparent) node that has a thread group mode that is not inherit. See ProcessThreadGroup for more information.
MainThread = 1
Process this node (and child nodes set to inherit) on the main thread. See ProcessThreadGroup for more information.
SubThread = 2
Process this node (and child nodes set to inherit) on a sub-thread. See ProcessThreadGroup for more information.