IMotionOptions.cs 190 B

1234567
  1. namespace LitMotion
  2. {
  3. /// <summary>
  4. /// Implement this interface to define special options that can be applied to motion.
  5. /// </summary>
  6. public interface IMotionOptions { }
  7. }