hctConvertToPhantomActionOptionsClass.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/hctConvertToPhantomActionOptions.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/hctConvertToPhantomActionOptions.h>
  15. //
  16. // Class hctConvertToPhantomActionOptions
  17. //
  18. static const hkInternalClassMember hctConvertToPhantomActionOptionsClass_Members[] =
  19. {
  20. { "removeMeshes", HK_NULL, HK_NULL, hkClassMember::TYPE_BOOL, hkClassMember::TYPE_VOID, 0, 0, HK_OFFSET_OF(hctConvertToPhantomActionOptions,m_removeMeshes), HK_NULL }
  21. };
  22. extern const hkClass hctConvertToPhantomActionOptionsClass;
  23. const hkClass hctConvertToPhantomActionOptionsClass(
  24. "hctConvertToPhantomActionOptions",
  25. HK_NULL, // parent
  26. sizeof(hctConvertToPhantomActionOptions),
  27. HK_NULL,
  28. 0, // interfaces
  29. HK_NULL,
  30. 0, // enums
  31. reinterpret_cast<const hkClassMember*>(hctConvertToPhantomActionOptionsClass_Members),
  32. HK_COUNT_OF(hctConvertToPhantomActionOptionsClass_Members),
  33. HK_NULL, // defaults
  34. HK_NULL, // attributes
  35. 0, // flags
  36. 0 // version
  37. );
  38. HK_REFLECTION_DEFINE_SIMPLE(hctConvertToPhantomActionOptions);
  39. /*
  40. * Havok SDK - NO SOURCE PC DOWNLOAD, BUILD(#20090216)
  41. * Confidential Information of Havok.  (C) Copyright 1999-2009
  42. * Telekinesys Research Limited t/a Havok. All Rights Reserved. The Havok
  43. * Logo, and the Havok buzzsaw logo are trademarks of Havok.  Title, ownership
  44. * rights, and intellectual property rights in the Havok software remain in
  45. * Havok and/or its suppliers.
  46. * Use of this software for evaluation purposes is subject to and indicates
  47. * acceptance of the End User licence Agreement for this product. A copy of
  48. * the license is included with this software and is also available at www.havok.com/tryhavok.
  49. */