using UnityEngine; public class UIGeometry { public BetterList verts = new BetterList(); public bool hasVertices => verts.size > 0; }