Generated from class MR.SortIntersectionsData. This is the const half of the class.
More...
Inheritance diagram for MR.Const_SortIntersectionsData:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_SortIntersectionsData (MR._ByValue_SortIntersectionsData _other) |
Generated from constructor MR.SortIntersectionsData.SortIntersectionsData. | |
| unsafe | Const_SortIntersectionsData (MR.Const_Mesh otherMesh, MR.Std.Const_Vector_StdVectorMRVarEdgeTri contours, MR.Std._ByValue_Function_MRVector3iFuncFromConstMRVector3fRef converter, MR.AffineXf3f? rigidB2A, ulong meshAVertsNum, bool isOtherA) |
Constructs MR.SortIntersectionsData elementwise. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Const_Mesh | otherMesh [get] |
| unsafe MR.Std.Const_Vector_StdVectorMRVarEdgeTri | contours [get] |
| unsafe MR.Std.Const_Function_MRVector3iFuncFromConstMRVector3fRef | converter [get] |
| unsafe MR.? ConstBox_AffineXf3f | rigidB2A [get] |
| unsafe ulong | meshAVertsNum [get] |
| unsafe bool | isOtherA [get] |
Properties inherited from MR.Misc.Object< Const_SortIntersectionsData > | |
| 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_SortIntersectionsData > | |
| bool | _IsOwningVal |
Generated from class MR.SortIntersectionsData. This is the const half of the class.