namespace Rokid.UXR.Interaction { public interface IActiveState { bool Active { get; } } }