namespace Rokid.UXR.Interaction { public enum InteractableState { Normal, Hover, Select }; }