namespace Rokid.UXR.Interaction { using UnityEngine; public interface IBounds { /// /// The world space axis-aligned bounding box (AABB) /// Bounds Bounds { get; } } }