Generated from class MR.MeshBuilder.VertDuplication. This is the const half of the class.
More...
Inheritance diagram for MR.MeshBuilder.Const_VertDuplication:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_VertDuplication () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_VertDuplication (MR.VertId srcVert, MR.VertId dupVert) |
Constructs MR.MeshBuilder.VertDuplication elementwise. | |
| unsafe | Const_VertDuplication (MR.MeshBuilder.Const_VertDuplication _other) |
Generated from constructor MR.MeshBuilder.VertDuplication.VertDuplication. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly MR.VertId | srcVert [get] |
| unsafe ref readonly MR.VertId | dupVert [get] |
Properties inherited from MR.Misc.Object< Const_VertDuplication > | |
| 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_VertDuplication > | |
| bool | _IsOwningVal |
Generated from class MR.MeshBuilder.VertDuplication. This is the const half of the class.