namespace Rokid.UXR.Interaction { public interface IMovementProvider { IMovement CreateMovement(); } }