BsScriptD6JointDrive.generated.h 500 B

123456789101112131415161718192021
  1. #pragma once
  2. #include "BsScriptEnginePrerequisites.h"
  3. #include "BsScriptObject.h"
  4. #include "../../../bsf/Source/Foundation/bsfCore/Physics/BsD6Joint.h"
  5. namespace bs
  6. {
  7. class BS_SCR_BE_EXPORT ScriptD6JointDrive : public ScriptObject<ScriptD6JointDrive>
  8. {
  9. public:
  10. SCRIPT_OBJ(ENGINE_ASSEMBLY, "BansheeEngine", "D6JointDrive")
  11. static MonoObject* box(const D6JointDrive& value);
  12. static D6JointDrive unbox(MonoObject* value);
  13. private:
  14. ScriptD6JointDrive(MonoObject* managedInstance);
  15. };
  16. }