using System; namespace Rokid.UXR.Interaction { public interface IPointable { event Action WhenPointerEventRaised; } }