using UnityEngine; namespace Rokid.UXR.Interaction { public interface ICandidatePosition { Vector3 CandidatePosition { get; } } }