|
|
ezString | m_sMeshFile |
| |
|
ezString | m_sMeshIncludeTags |
| |
|
ezString | m_sMeshExcludeTags |
| |
|
float | m_fUniformScaling = 1.0f |
| |
|
float | m_fRadius = 0.5f |
| |
|
float | m_fRadius2 = 0.5f |
| |
|
float | m_fHeight = 1.0f |
| |
|
ezAngle | m_Angle = ezAngle::MakeFromDegree(360.0f) |
| |
|
ezUInt16 | m_uiDetail = 0 |
| |
|
ezUInt16 | m_uiDetail2 = 0 |
| |
|
bool | m_bCap = true |
| |
|
bool | m_bCap2 = true |
| |
|
ezEnum< ezMeshImportTransform > | m_ImportTransform |
| |
|
ezEnum< ezBasisAxis > | m_RightDir = ezBasisAxis::NegativeX |
| |
|
ezEnum< ezBasisAxis > | m_UpDir = ezBasisAxis::PositiveY |
| |
|
bool | m_bFlipForwardDir = false |
| |
|
ezMeshPrimitive::Enum | m_PrimitiveType = ezMeshPrimitive::Default |
| |
|
bool | m_bRecalculateNormals = false |
| |
|
bool | m_bRecalculateTangents = true |
| |
|
bool | m_bImportMaterials = true |
| |
|
bool | m_bHighPrecision = false |
| |
|
ezEnum< ezMeshVertexColorConversion > | m_VertexColorConversion |
| |
|
ezHybridArray< ezMaterialResourceSlot, 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 = 5 |
| |
|
|
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.
|
| |
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/EditorPlugins/Assets/EditorPluginAssets/MeshAsset/MeshAssetObjects.h
- /home/runner/work/ezEngine/ezEngine/Code/EditorPlugins/Assets/EditorPluginAssets/MeshAsset/MeshAssetObjects.cpp