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.
 
 
 
 
 
 

16 lines
535 B

  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 aiAnimBehaviour {
  9. aiAnimBehaviour_DEFAULT = 0x0,
  10. aiAnimBehaviour_CONSTANT = 0x1,
  11. aiAnimBehaviour_LINEAR = 0x2,
  12. aiAnimBehaviour_REPEAT = 0x3
  13. }