![]() |
ezEngine Release 25.08
|

Static Public Member Functions | |
| static void | PropertyMetaStateEventHandler (ezPropertyMetaStateEvent &e) |
Static Public Member Functions inherited from ezNoBase | |
| static const ezRTTI * | GetStaticRTTI () |
Public Attributes | |
| ezString | m_sMeshFile |
| ezString | m_sMeshIncludeTags |
| ezString | m_sMeshExcludeTags |
| ezString | m_sDefaultSkeleton |
| bool | m_bRecalculateNormals = false |
| bool | m_bRecalculateTrangents = true |
| bool | m_bNormalizeWeights = false |
| bool | m_bImportMaterials = true |
| ezEnum< ezMeshNormalPrecision > | m_NormalPrecision |
| ezEnum< ezMeshTexCoordPrecision > | m_TexCoordPrecision |
| ezEnum< ezMeshBoneWeigthPrecision > | m_BoneWeightPrecision |
| ezEnum< ezMeshVertexColorConversion > | m_VertexColorConversion |
| ezHybridArray< ezMaterialResourceSlot, 8 > | m_Slots |
| bool | m_bSimplifyMesh = false |
| bool | m_bAggressiveSimplification = false |
| ezUInt8 | m_uiMeshSimplification = 50 |
| ezUInt8 | m_uiMaxSimplificationError = 5 |
Additional Inherited Members | |
Public Member Functions inherited from ezReflectedClass | |
| 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. | |