CFixedJoint.generated.cs 411 B

1234567891011121314151617181920
  1. using System;
  2. using System.Runtime.CompilerServices;
  3. using System.Runtime.InteropServices;
  4. namespace BansheeEngine
  5. {
  6. /** @addtogroup Physics
  7. * @{
  8. */
  9. /// <summary>Physics joint that will maintain a fixed distance and orientation between its two attached bodies.</summary>
  10. public partial class FixedJoint : Joint
  11. {
  12. private FixedJoint(bool __dummy0) { }
  13. protected FixedJoint() { }
  14. }
  15. /** @} */
  16. }