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

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

+ Inheritance diagram for MR.RegionId:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

int id
 

Detailed Description

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

Constructor & Destructor Documentation

◆ RegionId() [1/4]

MR.RegionId.RegionId ( RegionId _other)
inline

Generated copy constructor.

◆ RegionId() [2/4]

unsafe MR.RegionId.RegionId ( )
inline

Constructs an empty (default-constructed) instance.

◆ RegionId() [3/4]

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

Generated from constructor MR.RegionId.RegionId.

◆ RegionId() [4/4]

unsafe MR.RegionId.RegionId ( int i)
inline

Generated from constructor MR.RegionId.RegionId.

Member Function Documentation

◆ addAssign()

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

Generated from method MR.RegionId.operator+=.

◆ decr() [1/2]

unsafe void MR.RegionId.decr ( )
inline

Generated from method MR.RegionId.operator--.

◆ decr() [2/2]

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

Generated from method MR.RegionId.operator--.

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ get()

unsafe ref int MR.RegionId.get ( )
inline

Generated from method MR.RegionId.get.

◆ incr() [1/2]

unsafe void MR.RegionId.incr ( )
inline

Generated from method MR.RegionId.operator++.

◆ incr() [2/2]

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

Generated from method MR.RegionId.operator++.

◆ less()

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

Generated from method MR.RegionId.operator<.

◆ operator bool()

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

Generated from conversion operator MR.RegionId.operator bool.

◆ operator int()

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

Generated from conversion operator MR.RegionId.operator int.

◆ operator RegionId()

static implicit MR.RegionId.operator RegionId ( ConstBox_RegionId other)
static

Copy contents from a wrapper class to this struct.

◆ operator!=()

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

◆ operator==()

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

Generated from method MR.RegionId.operator==.

◆ subAssign()

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

Generated from method MR.RegionId.operator-=.

◆ valid()

readonly unsafe bool MR.RegionId.valid ( )
inline

Generated from method MR.RegionId.valid.

Member Data Documentation

◆ id

int MR.RegionId.id

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