You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

aiComponent.cs 756 B

12345678910111213141516171819202122
  1. /* ----------------------------------------------------------------------------
  2. * This file was automatically generated by SWIG (http://www.swig.org).
  3. * Version 2.0.8
  4. *
  5. * Do not make changes to this file unless you know what you are doing--modify
  6. * the SWIG interface file instead.
  7. * ----------------------------------------------------------------------------- */
  8. public enum aiComponent {
  9. aiComponent_NORMALS = 0x2,
  10. aiComponent_TANGENTS_AND_BITANGENTS = 0x4,
  11. aiComponent_COLORS = 0x8,
  12. aiComponent_TEXCOORDS = 0x10,
  13. aiComponent_BONEWEIGHTS = 0x20,
  14. aiComponent_ANIMATIONS = 0x40,
  15. aiComponent_TEXTURES = 0x80,
  16. aiComponent_LIGHTS = 0x100,
  17. aiComponent_CAMERAS = 0x200,
  18. aiComponent_MESHES = 0x400,
  19. aiComponent_MATERIALS = 0x800
  20. }