UV_STRETCH.cs 98 B

12345678910
  1. using System;
  2. namespace Xft
  3. {
  4. public enum UV_STRETCH
  5. {
  6. Vertical,
  7. Horizontal
  8. }
  9. }