MeshLib C# Docs
Loading...
Searching...
No Matches

ObjectMeshData and additional information from mesh importer Generated from class MR.LoadedMeshData. Base classes: Direct: (non-virtual) MR.ObjectMeshData This is the const half of the class. More...

Inheritance diagram for MR.Const_LoadedMeshData:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_LoadedMeshData ()
 Constructs an empty (default-constructed) instance.
unsafe Const_LoadedMeshData (MR._ByValue_LoadedMeshData _other)
 Generated from constructor MR.LoadedMeshData.LoadedMeshData.
 Const_LoadedMeshData (Const_LoadedMeshData _other)
 Generated from constructor MR.LoadedMeshData.LoadedMeshData.
 Const_LoadedMeshData (LoadedMeshData _other)
 Generated from constructor MR.LoadedMeshData.LoadedMeshData.
unsafe MR.ObjectMeshData clone ()
 returns copy of this object with mesh cloned Generated from method MR.LoadedMeshData.clone.
unsafe ulong heapBytes ()
 returns the amount of memory this object occupies on heap Generated from method MR.LoadedMeshData.heapBytes.

Static Public Member Functions

static unsafe implicit operator MR.Const_ObjectMeshData (Const_LoadedMeshData self)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.AffineXf3f__ref_storage_xf
unsafe int * __ref_storage_skippedFaceCount
unsafe int * __ref_storage_duplicatedVertexCount

Properties

unsafe MR.Const_MeshTexture texture [get, protected set]
unsafe ref readonly MR.AffineXf3f xf [get]
unsafe int skippedFaceCount [get]
unsafe int duplicatedVertexCount [get]
unsafe MR.Std.Const_SharedPtr_MRMesh mesh [get, protected set]
unsafe MR.Const_FaceBitSet selectedFaces [get, protected set]
unsafe MR.Const_UndirectedEdgeBitSet selectedEdges [get, protected set]
unsafe MR.Const_UndirectedEdgeBitSet creases [get, protected set]
unsafe MR.Const_VertColors vertColors [get, protected set]
unsafe MR.Const_FaceColors faceColors [get, protected set]
unsafe MR.Const_VertCoords2 uvCoordinates [get, protected set]
 vertices coordinates in texture
unsafe MR.Const_TexturePerFace texturePerFace [get, protected set]

Detailed Description

ObjectMeshData and additional information from mesh importer Generated from class MR.LoadedMeshData. Base classes: Direct: (non-virtual) MR.ObjectMeshData This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_LoadedMeshData() [1/4]

unsafe MR.Const_LoadedMeshData.Const_LoadedMeshData ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_LoadedMeshData() [2/4]

unsafe MR.Const_LoadedMeshData.Const_LoadedMeshData ( MR._ByValue_LoadedMeshData _other)
inline

Generated from constructor MR.LoadedMeshData.LoadedMeshData.

◆ Const_LoadedMeshData() [3/4]

MR.Const_LoadedMeshData.Const_LoadedMeshData ( Const_LoadedMeshData _other)
inline

Generated from constructor MR.LoadedMeshData.LoadedMeshData.

◆ Const_LoadedMeshData() [4/4]

MR.Const_LoadedMeshData.Const_LoadedMeshData ( LoadedMeshData _other)
inline

Generated from constructor MR.LoadedMeshData.LoadedMeshData.

Member Function Documentation

◆ clone()

unsafe MR.ObjectMeshData MR.Const_LoadedMeshData.clone ( )
inline

returns copy of this object with mesh cloned Generated from method MR.LoadedMeshData.clone.

◆ Dispose() [1/2]

virtual void MR.Const_LoadedMeshData.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_LoadedMeshData.Dispose ( bool disposing)
inlineprotectedvirtual

◆ heapBytes()

unsafe ulong MR.Const_LoadedMeshData.heapBytes ( )
inline

returns the amount of memory this object occupies on heap Generated from method MR.LoadedMeshData.heapBytes.

◆ operator MR.Const_ObjectMeshData()

unsafe implicit MR.Const_LoadedMeshData.operator MR.Const_ObjectMeshData ( Const_LoadedMeshData self)
inlinestatic

Member Data Documentation

◆ __ref_storage_duplicatedVertexCount

unsafe int* MR.Const_LoadedMeshData.__ref_storage_duplicatedVertexCount
protected

◆ __ref_storage_skippedFaceCount

unsafe int* MR.Const_LoadedMeshData.__ref_storage_skippedFaceCount
protected

◆ __ref_storage_xf

unsafe MR.AffineXf3f* MR.Const_LoadedMeshData.__ref_storage_xf
protected

Property Documentation

◆ creases

unsafe MR.Const_UndirectedEdgeBitSet MR.Const_LoadedMeshData.creases
getprotected set

◆ duplicatedVertexCount

unsafe int MR.Const_LoadedMeshData.duplicatedVertexCount
get

◆ faceColors

unsafe MR.Const_FaceColors MR.Const_LoadedMeshData.faceColors
getprotected set

◆ mesh

unsafe MR.Std.Const_SharedPtr_MRMesh MR.Const_LoadedMeshData.mesh
getprotected set

◆ selectedEdges

unsafe MR.Const_UndirectedEdgeBitSet MR.Const_LoadedMeshData.selectedEdges
getprotected set

◆ selectedFaces

unsafe MR.Const_FaceBitSet MR.Const_LoadedMeshData.selectedFaces
getprotected set

◆ skippedFaceCount

unsafe int MR.Const_LoadedMeshData.skippedFaceCount
get

◆ texture

unsafe MR.Const_MeshTexture MR.Const_LoadedMeshData.texture
getprotected set

◆ texturePerFace

unsafe MR.Const_TexturePerFace MR.Const_LoadedMeshData.texturePerFace
getprotected set

◆ uvCoordinates

unsafe MR.Const_VertCoords2 MR.Const_LoadedMeshData.uvCoordinates
getprotected set

vertices coordinates in texture

◆ vertColors

unsafe MR.Const_VertColors MR.Const_LoadedMeshData.vertColors
getprotected set

◆ xf

unsafe ref readonly MR.AffineXf3f MR.Const_LoadedMeshData.xf
get

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