MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Std.Box_Array_MRVertId_2 Class Reference

A fixed-size array of MR.VertId of size 2. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Std.Box_Array_MRVertId_2:

Public Member Functions

unsafe Box_Array_MRVertId_2 (Array_MRVertId_2 other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe Box_Array_MRVertId_2 (ConstBox_Array_MRVertId_2 _other)
 Generated copy constructor.
 
void Assign (ConstBox_Array_MRVertId_2 _other)
 Generated copy assignment.
 
- Public Member Functions inherited from MR.Std.ConstBox_Array_MRVertId_2
unsafe ConstBox_Array_MRVertId_2 (Array_MRVertId_2 other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
virtual void Dispose ()
 
unsafe ConstBox_Array_MRVertId_2 (ConstBox_Array_MRVertId_2 _other)
 Generated copy constructor.
 

Properties

unsafe new ref Array_MRVertId_2 _Ref [get]
 Get the underlying struct.
 
new ref MR.ArrayVertId2 elems [get]
 
- Properties inherited from MR.Std.ConstBox_Array_MRVertId_2
unsafe ref readonly Array_MRVertId_2 _Ref [get]
 Get the underlying struct.
 
ref readonly MR.ArrayVertId2 elems [get]
 
- Properties inherited from MR.Misc.Object< ConstBox_Array_MRVertId_2 >
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

- Static Public Member Functions inherited from MR.Std.ConstBox_Array_MRVertId_2
static implicit operator ConstBox_Array_MRVertId_2 (Array_MRVertId_2 other)
 Convert from a struct by copying it. Note that only ConstBox_Array_MRVertId_2 has this conversion, Box_Array_MRVertId_2 intentionally doesn't.
 
- Protected Member Functions inherited from MR.Std.ConstBox_Array_MRVertId_2
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< ConstBox_Array_MRVertId_2 >
bool _IsOwningVal
 

Detailed Description

A fixed-size array of MR.VertId of size 2. This is the non-const reference to the struct.


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