using UnityEngine; public struct Quad { public int id { get; set; } public int parentId { get; set; } public int level { get; set; } public Vector3 position { get; set; } public Quaternion rotation { get; set; } }