MeshLib C# Docs
Loading...
Searching...
No Matches

Generated from class MR.ObjVertId. This is the by-value version of the struct. More...

Inheritance diagram for MR.ObjVertId:

Public Member Functions

 ObjVertId (ObjVertId _other)
 Generated copy constructor.
unsafe ObjVertId ()
 Constructs an empty (default-constructed) instance.
bool Equals (MR.ObjVertId _2)
override bool Equals (object? other)

Static Public Member Functions

static implicit operator ObjVertId (ConstBox_ObjVertId other)
 Copy contents from a wrapper class to this struct.
static unsafe bool operator== (MR.ObjVertId _1, MR.ObjVertId _2)
 Generated from function MR::operator==.
static unsafe bool operator!= (MR.ObjVertId _1, MR.ObjVertId _2)

Public Attributes

MR.ObjId objId
MR.VertId vId

Detailed Description

Generated from class MR.ObjVertId. This is the by-value version of the struct.

Constructor & Destructor Documentation

◆ ObjVertId() [1/2]

MR.ObjVertId.ObjVertId ( ObjVertId _other)
inline

Generated copy constructor.

◆ ObjVertId() [2/2]

unsafe MR.ObjVertId.ObjVertId ( )
inline

Constructs an empty (default-constructed) instance.

Member Function Documentation

◆ Equals() [1/2]

bool MR.ObjVertId.Equals ( MR.ObjVertId _2)
inline

◆ Equals() [2/2]

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

◆ operator ObjVertId()

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

Copy contents from a wrapper class to this struct.

◆ operator!=()

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

◆ operator==()

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

Generated from function MR::operator==.

Member Data Documentation

◆ objId

MR.ObjId MR.ObjVertId.objId

◆ vId

MR.VertId MR.ObjVertId.vId

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