/// <summary> /// Gets the SceneTree from the GameInstance /// </summary> public static SceneTree GetTree() { return(GI != null && GI.IsInsideTree() ? GI.GetTree() : null); }