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

Generated from class MR.ObjVertId. This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_ObjVertId:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_ObjVertId (ObjVertId 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 ConstBox_ObjVertId (ConstBox_ObjVertId _other)
 Generated copy constructor.
 
unsafe ConstBox_ObjVertId ()
 Constructs an empty (default-constructed) instance.
 
bool Equals (MR.ConstBox_ObjVertId? _2)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_ObjVertId (ObjVertId other)
 Convert from a struct by copying it. Note that only ConstBox_ObjVertId has this conversion, Box_ObjVertId intentionally doesn't.
 
static unsafe bool operator== (MR.ConstBox_ObjVertId _1, MR.ConstBox_ObjVertId _2)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_ObjVertId _1, MR.ConstBox_ObjVertId _2)
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly MR.ObjId objId [get]
 
ref readonly MR.VertId vId [get]
 

Detailed Description

Generated from class MR.ObjVertId. This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_ObjVertId() [1/3]

unsafe MR.ConstBox_ObjVertId.ConstBox_ObjVertId ( ObjVertId other)
inline

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.)

◆ ConstBox_ObjVertId() [2/3]

unsafe MR.ConstBox_ObjVertId.ConstBox_ObjVertId ( ConstBox_ObjVertId _other)
inline

Generated copy constructor.

◆ ConstBox_ObjVertId() [3/3]

unsafe MR.ConstBox_ObjVertId.ConstBox_ObjVertId ( )
inline

Constructs an empty (default-constructed) instance.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_ObjVertId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_ObjVertId.Equals ( MR.ConstBox_ObjVertId? _2)
inline

◆ Equals() [2/2]

override bool MR.ConstBox_ObjVertId.Equals ( object? other)
inline

◆ operator ConstBox_ObjVertId()

static implicit MR.ConstBox_ObjVertId.operator ConstBox_ObjVertId ( ObjVertId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_ObjVertId has this conversion, Box_ObjVertId intentionally doesn't.

◆ operator!=()

static unsafe bool MR.ConstBox_ObjVertId.operator!= ( MR.ConstBox_ObjVertId _1,
MR.ConstBox_ObjVertId _2 )
inlinestatic

◆ operator==()

static unsafe bool MR.ConstBox_ObjVertId.operator== ( MR.ConstBox_ObjVertId _1,
MR.ConstBox_ObjVertId _2 )
inlinestatic

Generated from function MR.operator==.

Property Documentation

◆ objId

ref readonly MR.ObjId MR.ConstBox_ObjVertId.objId
get

◆ vId

ref readonly MR.VertId MR.ConstBox_ObjVertId.vId
get

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