![]() |
ezEngine Release 25.08
|
Static Public Member Functions | |
static void | PropertyMetaStateEventHandler (ezPropertyMetaStateEvent &e) |
![]() | |
static const ezRTTI * | GetStaticRTTI () |
Public Attributes | |
ezString | m_sMeshFile |
ezString | m_sMeshIncludeTags |
ezString | m_sMeshExcludeTags |
float | m_fUniformScaling = 1.0f |
ezString | m_sConvexMeshSurface |
ezEnum< ezMeshImportTransform > | m_ImportTransform |
ezEnum< ezBasisAxis > | m_RightDir = ezBasisAxis::NegativeX |
ezEnum< ezBasisAxis > | m_UpDir = ezBasisAxis::PositiveY |
bool | m_bFlipForwardDir = false |
bool | m_bIsConvexMesh = false |
ezEnum< ezJoltConvexCollisionMeshType > | m_ConvexMeshType |
ezUInt16 | m_uiMaxConvexPieces = 2 |
float | m_fRadius = 0.5f |
float | m_fRadius2 = 0.5f |
float | m_fHeight = 1.0f |
ezUInt8 | m_uiDetail = 1 |
ezHybridArray< ezJoltSurfaceResourceSlot, 8 > | m_Slots |
ezUInt32 | m_uiVertices = 0 |
ezUInt32 | m_uiTriangles = 0 |
bool | m_bSimplifyMesh = false |
bool | m_bAggressiveSimplification = false |
ezUInt8 | m_uiMeshSimplification = 50 |
ezUInt8 | m_uiMaxSimplificationError = 10 |
Additional Inherited Members | |
![]() | |
virtual const ezRTTI * | GetDynamicRTTI () const |
bool | IsInstanceOf (const ezRTTI *pType) const |
Returns whether the type of this instance is of the given type or derived from it. | |
template<typename T > | |
EZ_ALWAYS_INLINE bool | IsInstanceOf () const |
Returns whether the type of this instance is of the given type or derived from it. | |