MeshLib C# Docs
Loading...
Searching...
No Matches
MR.MeshLoad.Const_NamedMesh Class Reference

Generated from class MR.MeshLoad.NamedMesh. This is the const half of the class. More...

+ Inheritance diagram for MR.MeshLoad.Const_NamedMesh:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_NamedMesh ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_NamedMesh (string name, MR._ByValue_Mesh mesh, MR._ByValue_VertCoords2 uvCoords, MR._ByValue_VertColors colors, MR._ByValue_Vector_StdFilesystemPath_MRTextureId textureFiles, MR._ByValue_TexturePerFace texturePerFace, MR._InOpt_Color diffuseColor, MR.AffineXf3f xf, int skippedFaceCount, int duplicatedVertexCount)
 Constructs MR.MeshLoad.NamedMesh elementwise.
 
unsafe Const_NamedMesh (MR.MeshLoad._ByValue_NamedMesh _other)
 Generated from constructor MR.MeshLoad.NamedMesh.NamedMesh.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe MR.Std.Const_String name [get]
 
unsafe MR.Const_Mesh mesh [get]
 
unsafe MR.Const_VertCoords2 uvCoords [get]
 
unsafe MR.Const_VertColors colors [get]
 
unsafe MR.Const_Vector_StdFilesystemPath_MRTextureId textureFiles [get]
 
unsafe MR.Const_TexturePerFace texturePerFace [get]
 
unsafe MR.Std.Const_Optional_MRColor diffuseColor [get]
 
unsafe ref readonly MR.AffineXf3f xf [get]
 transform of the loaded mesh, not identity only if ObjLoadSettings.customXf
 
unsafe int skippedFaceCount [get]
 counter of skipped faces (faces than can't be created), not zero only if ObjLoadSettings.countSkippedFaces
 
unsafe int duplicatedVertexCount [get]
 counter of duplicated vertices (that created for resolve non-manifold geometry)
 
- Properties inherited from MR.Misc.Object< Const_NamedMesh >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_NamedMesh >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.MeshLoad.NamedMesh. This is the const half of the class.


The documentation for this class was generated from the following file: