using Godot; using Rokojori; namespace Rokojori { public enum UIPosition { ___, From_Layout, Parent_Anchor } }