mesh and its per-element attributes for ObjectMeshHolder Generated from class MR.ObjectMeshData. This is the const half of the class.
More...
Inheritance diagram for MR.Const_ObjectMeshData:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_ObjectMeshData () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ObjectMeshData (MR._ByValueShared_Mesh mesh, MR._ByValue_FaceBitSet selectedFaces, MR._ByValue_UndirectedEdgeBitSet selectedEdges, MR._ByValue_UndirectedEdgeBitSet creases, MR._ByValue_VertColors vertColors, MR._ByValue_FaceColors faceColors, MR._ByValue_VertCoords2 uvCoordinates, MR._ByValue_TexturePerFace texturePerFace) |
Constructs MR.ObjectMeshData elementwise. | |
| unsafe | Const_ObjectMeshData (MR._ByValue_ObjectMeshData _other) |
Generated from constructor MR.ObjectMeshData.ObjectMeshData. | |
| unsafe MR.ObjectMeshData | clone () |
returns copy of this object with mesh cloned Generated from method MR.ObjectMeshData.clone. | |
| unsafe ulong | heapBytes () |
returns the amount of memory this object occupies on heap Generated from method MR.ObjectMeshData.heapBytes. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_Mesh | mesh [get] |
| unsafe MR.Const_FaceBitSet | selectedFaces [get] |
| unsafe MR.Const_UndirectedEdgeBitSet | selectedEdges [get] |
| unsafe MR.Const_UndirectedEdgeBitSet | creases [get] |
| unsafe MR.Const_VertColors | vertColors [get] |
| unsafe MR.Const_FaceColors | faceColors [get] |
| vertices coordinates in texture | |
| unsafe MR.Const_VertCoords2 | uvCoordinates [get] |
| unsafe MR.Const_TexturePerFace | texturePerFace [get] |
Properties inherited from MR.Misc.Object< Const_ObjectMeshData > | |
| 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_ObjectMeshData > | |
| bool | _IsOwningVal |
mesh and its per-element attributes for ObjectMeshHolder Generated from class MR.ObjectMeshData. This is the const half of the class.