Enum Node.InternalMode
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Node.InternalMode : long
Fields
Back = 2The node will be placed at the end of the parent's children, after any non-internal sibling.
Disabled = 0The node will not be internal.
Front = 1The node will be placed at the beginning of the parent's children, before any non-internal sibling.