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