FbxTransform.cs 584 B

123456789101112131415161718192021222324
  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 FbxTransform {
  12. // virtual void Dispose() { }
  13. public enum EInheritType {
  14. eInheritRrSs,
  15. eInheritRSrs,
  16. eInheritRrs
  17. }
  18. }
  19. }