FbxEuler.cs 633 B

12345678910111213141516171819202122232425262728
  1. //------------------------------------------------------------------------------
  2. // <auto-generated />
  3. //
  4. // This file was automatically generated by SWIG (http://www.swig.org).
  5. // Version 3.0.12
  6. //
  7. // Do not make changes to this file unless you know what you are doing--modify
  8. // the SWIG interface file instead.
  9. //------------------------------------------------------------------------------
  10. namespace Autodesk.Fbx {
  11. public static class FbxEuler {
  12. // virtual void Dispose() { }
  13. public enum EOrder {
  14. eOrderXYZ,
  15. eOrderXZY,
  16. eOrderYZX,
  17. eOrderYXZ,
  18. eOrderZXY,
  19. eOrderZYX,
  20. eOrderSphericXYZ
  21. }
  22. }
  23. }