MyPhantomShapeClass.cpp
上传用户:yisoukefu
上传日期:2020-08-09
资源大小:39506k
文件大小:3k
源码类别:

其他游戏

开发平台:

Visual C++

  1. /* 
  2.  * 
  3.  * Confidential Information of Telekinesys Research Limited (t/a Havok). Not for disclosure or distribution without Havok's
  4.  * prior written consent. This software contains code, techniques and know-how which is confidential and proprietary to Havok.
  5.  * Level 2 and Level 3 source code contains trade secrets of Havok. Havok Software (C) Copyright 1999-2009 Telekinesys Research Limited t/a Havok. All Rights Reserved. Use of this software is subject to the terms of an end user license agreement.
  6.  * 
  7.  */
  8. // WARNING: THIS FILE IS GENERATED. EDITS WILL BE LOST.
  9. // Generated from 'ContentTools/Common/Filters/FilterTutorial/ConvertToPhantomAction/MyPhantomShape.h'
  10. #include <ContentTools/Common/Filters/FilterTutorial/hctFilterTutorial.h>
  11. #include <Common/Base/Reflection/hkClass.h>
  12. #include <Common/Base/Reflection/hkInternalClassMember.h>
  13. #include <Common/Base/Reflection/hkTypeInfo.h>
  14. #include <ContentTools/Common/Filters/FilterTutorial/ConvertToPhantomAction/MyPhantomShape.h>
  15. //
  16. // Enum MyPhantomShape::ActionType
  17. //
  18. static const hkInternalClassEnumItem MyPhantomShapeActionTypeEnumItems[] =
  19. {
  20. {0, "ACTION_WIND"},
  21. {1, "ACTION_ATTRACT"},
  22. {2, "ACTION_DEFLECT"},
  23. };
  24. static const hkInternalClassEnum MyPhantomShapeEnums[] = {
  25. {"ActionType", MyPhantomShapeActionTypeEnumItems, 3, HK_NULL, 0 }
  26. };
  27. extern const hkClassEnum* MyPhantomShapeActionTypeEnum = reinterpret_cast<const hkClassEnum*>(&MyPhantomShapeEnums[0]);
  28. //
  29. // Class MyPhantomShape
  30. //
  31. static const hkInternalClassMember MyPhantomShapeClass_Members[] =
  32. {
  33. { "actionType", HK_NULL, MyPhantomShapeActionTypeEnum, hkClassMember::TYPE_ENUM, hkClassMember::TYPE_INT8, 0, 0, HK_OFFSET_OF(MyPhantomShape,m_actionType), HK_NULL },
  34. { "direction", HK_NULL, HK_NULL, hkClassMember::TYPE_VECTOR4, hkClassMember::TYPE_VOID, 0, 0, HK_OFFSET_OF(MyPhantomShape,m_direction), HK_NULL },
  35. { "strength", HK_NULL, HK_NULL, hkClassMember::TYPE_REAL, hkClassMember::TYPE_VOID, 0, 0, HK_OFFSET_OF(MyPhantomShape,m_strength), HK_NULL }
  36. };
  37. extern const hkClass hkpPhantomCallbackShapeClass;
  38. extern const hkClass MyPhantomShapeClass;
  39. const hkClass MyPhantomShapeClass(
  40. "MyPhantomShape",
  41. &hkpPhantomCallbackShapeClass, // parent
  42. sizeof(MyPhantomShape),
  43. HK_NULL,
  44. 0, // interfaces
  45. reinterpret_cast<const hkClassEnum*>(MyPhantomShapeEnums),
  46. 1, // enums
  47. reinterpret_cast<const hkClassMember*>(MyPhantomShapeClass_Members),
  48. HK_COUNT_OF(MyPhantomShapeClass_Members),
  49. HK_NULL, // defaults
  50. HK_NULL, // attributes
  51. 0, // flags
  52. 0 // version
  53. );
  54. HK_REFLECTION_DEFINE_VIRTUAL(MyPhantomShape);
  55. /*
  56. * Havok SDK - NO SOURCE PC DOWNLOAD, BUILD(#20090216)
  57. * Confidential Information of Havok.  (C) Copyright 1999-2009
  58. * Telekinesys Research Limited t/a Havok. All Rights Reserved. The Havok
  59. * Logo, and the Havok buzzsaw logo are trademarks of Havok.  Title, ownership
  60. * rights, and intellectual property rights in the Havok software remain in
  61. * Havok and/or its suppliers.
  62. * Use of this software for evaluation purposes is subject to and indicates
  63. * acceptance of the End User licence Agreement for this product. A copy of
  64. * the license is included with this software and is also available at www.havok.com/tryhavok.
  65. */