MeshLib C# Docs
Loading...
Searching...
No Matches
MR.FaceId Struct Reference

Generated from class MR.FaceId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.FaceId> This is the by-value version of the struct. More...

+ Inheritance diagram for MR.FaceId:

Public Member Functions

 FaceId (FaceId _other)
 Generated copy constructor.
 
unsafe FaceId ()
 Constructs an empty (default-constructed) instance.
 
unsafe FaceId (MR.Const_NoInit _1)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe FaceId (int i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe FaceId (uint i)
 Generated from constructor MR.FaceId.FaceId.
 
unsafe FaceId (ulong i)
 Generated from constructor MR.FaceId.FaceId.
 
readonly unsafe bool valid ()
 Generated from method MR.FaceId.valid.
 
unsafe ref int get ()
 Generated from method MR.FaceId.get.
 
readonly unsafe bool less (MR.FaceId b)
 Generated from method MR.FaceId.operator<.
 
unsafe void decr ()
 Generated from method MR.FaceId.operator--.
 
unsafe FaceId decr (MR.FaceId _this)
 Generated from method MR.FaceId.operator--.
 
unsafe void incr ()
 Generated from method MR.FaceId.operator++.
 
unsafe FaceId incr (MR.FaceId _this)
 Generated from method MR.FaceId.operator++.
 
unsafe ref MR.FaceId subAssign (int a)
 Generated from method MR.FaceId.operator-=.
 
unsafe ref MR.FaceId addAssign (int a)
 Generated from method MR.FaceId.operator+=.
 
bool Equals (MR.FaceId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator FaceId (ConstBox_FaceId other)
 Copy contents from a wrapper class to this struct.
 
static unsafe implicit operator int (MR.FaceId _this)
 Generated from conversion operator MR.FaceId.operator int.
 
static unsafe operator bool (MR.FaceId _this)
 Generated from conversion operator MR.FaceId.operator bool.
 
static unsafe bool operator== (MR.FaceId _this, MR.FaceId b)
 Generated from method MR.FaceId.operator==.
 
static unsafe bool operator!= (MR.FaceId _this, MR.FaceId b)
 

Public Attributes

int id
 

Detailed Description

Generated from class MR.FaceId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.FaceId> This is the by-value version of the struct.

Constructor & Destructor Documentation

◆ FaceId() [1/6]

MR.FaceId.FaceId ( FaceId _other)
inline

Generated copy constructor.

◆ FaceId() [2/6]

unsafe MR.FaceId.FaceId ( )
inline

Constructs an empty (default-constructed) instance.

◆ FaceId() [3/6]

unsafe MR.FaceId.FaceId ( MR.Const_NoInit _1)
inline

Generated from constructor MR.FaceId.FaceId.

◆ FaceId() [4/6]

unsafe MR.FaceId.FaceId ( int i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ FaceId() [5/6]

unsafe MR.FaceId.FaceId ( uint i)
inline

Generated from constructor MR.FaceId.FaceId.

◆ FaceId() [6/6]

unsafe MR.FaceId.FaceId ( ulong i)
inline

Generated from constructor MR.FaceId.FaceId.

Member Function Documentation

◆ addAssign()

unsafe ref MR.FaceId MR.FaceId.addAssign ( int a)
inline

Generated from method MR.FaceId.operator+=.

◆ decr() [1/2]

unsafe void MR.FaceId.decr ( )
inline

Generated from method MR.FaceId.operator--.

◆ decr() [2/2]

unsafe FaceId MR.FaceId.decr ( MR.FaceId _this)
inline

Generated from method MR.FaceId.operator--.

◆ Equals() [1/2]

bool MR.FaceId.Equals ( MR.FaceId b)
inline

◆ Equals() [2/2]

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

◆ get()

unsafe ref int MR.FaceId.get ( )
inline

Generated from method MR.FaceId.get.

◆ incr() [1/2]

unsafe void MR.FaceId.incr ( )
inline

Generated from method MR.FaceId.operator++.

◆ incr() [2/2]

unsafe FaceId MR.FaceId.incr ( MR.FaceId _this)
inline

Generated from method MR.FaceId.operator++.

◆ less()

readonly unsafe bool MR.FaceId.less ( MR.FaceId b)
inline

Generated from method MR.FaceId.operator<.

◆ operator bool()

static unsafe MR.FaceId.operator bool ( MR.FaceId _this)
inlineexplicitstatic

Generated from conversion operator MR.FaceId.operator bool.

◆ operator FaceId()

static implicit MR.FaceId.operator FaceId ( ConstBox_FaceId other)
static

Copy contents from a wrapper class to this struct.

◆ operator int()

static unsafe implicit MR.FaceId.operator int ( MR.FaceId _this)
inlinestatic

Generated from conversion operator MR.FaceId.operator int.

◆ operator!=()

static unsafe bool MR.FaceId.operator!= ( MR.FaceId _this,
MR.FaceId b )
inlinestatic

◆ operator==()

static unsafe bool MR.FaceId.operator== ( MR.FaceId _this,
MR.FaceId b )
inlinestatic

Generated from method MR.FaceId.operator==.

◆ subAssign()

unsafe ref MR.FaceId MR.FaceId.subAssign ( int a)
inline

Generated from method MR.FaceId.operator-=.

◆ valid()

readonly unsafe bool MR.FaceId.valid ( )
inline

Generated from method MR.FaceId.valid.

Member Data Documentation

◆ id

int MR.FaceId.id

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