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

Generated from class MR.TextureId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.TextureId> This is the const reference to the struct. More...

Inheritance diagram for MR.ConstBox_TextureId:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe ConstBox_TextureId (TextureId 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_TextureId (ConstBox_TextureId _other)
 Generated copy constructor.
unsafe ConstBox_TextureId ()
 Constructs an empty (default-constructed) instance.
unsafe ConstBox_TextureId (MR.Const_NoInit _1)
 Generated from constructor MR.TextureId.TextureId.
unsafe ConstBox_TextureId (int i)
 Generated from constructor MR.TextureId.TextureId.
unsafe ConstBox_TextureId (ulong i)
 Generated from constructor MR.TextureId.TextureId.
unsafe bool valid ()
 Generated from method MR.TextureId.valid.
unsafe bool less (MR.TextureId b)
 Generated from method MR::TextureId::operator<.
bool Equals (MR.TextureId b)
override bool Equals (object? other)

Static Public Member Functions

static implicit operator ConstBox_TextureId (TextureId other)
 Convert from a struct by copying it. Note that only ConstBox_TextureId has this conversion, Box_TextureId intentionally doesn't.
static unsafe implicit operator int (MR.ConstBox_TextureId _this)
 Generated from conversion operator MR::TextureId::operator int.
static unsafe operator bool (MR.ConstBox_TextureId _this)
 Generated from conversion operator MR::TextureId::operator bool.
static unsafe bool operator== (MR.ConstBox_TextureId _this, MR.TextureId b)
 Generated from method MR::TextureId::operator==.
static unsafe bool operator!= (MR.ConstBox_TextureId _this, MR.TextureId b)
static unsafe Box_TextureId operator-- (MR.ConstBox_TextureId _this)
 Generated from method MR::TextureId::operator--.
static unsafe Box_TextureId operator++ (MR.ConstBox_TextureId _this)
 Generated from method MR::TextureId::operator++.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

ref readonly int id [get]

Detailed Description

Generated from class MR.TextureId. Derived classes: Direct: (non-virtual) MR::NoDefInit<MR.TextureId> This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_TextureId() [1/6]

unsafe MR.ConstBox_TextureId.ConstBox_TextureId ( TextureId 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_TextureId() [2/6]

unsafe MR.ConstBox_TextureId.ConstBox_TextureId ( ConstBox_TextureId _other)
inline

Generated copy constructor.

◆ ConstBox_TextureId() [3/6]

unsafe MR.ConstBox_TextureId.ConstBox_TextureId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_TextureId() [4/6]

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

Generated from constructor MR.TextureId.TextureId.

◆ ConstBox_TextureId() [5/6]

unsafe MR.ConstBox_TextureId.ConstBox_TextureId ( int i)
inline

Generated from constructor MR.TextureId.TextureId.

◆ ConstBox_TextureId() [6/6]

unsafe MR.ConstBox_TextureId.ConstBox_TextureId ( ulong i)
inline

Generated from constructor MR.TextureId.TextureId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_TextureId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

bool MR.ConstBox_TextureId.Equals ( MR.TextureId b)
inline

◆ Equals() [2/2]

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

◆ less()

unsafe bool MR.ConstBox_TextureId.less ( MR.TextureId b)
inline

Generated from method MR::TextureId::operator<.

◆ operator bool()

unsafe MR.ConstBox_TextureId.operator bool ( MR.ConstBox_TextureId _this)
inlineexplicitstatic

Generated from conversion operator MR::TextureId::operator bool.

◆ operator ConstBox_TextureId()

implicit MR.ConstBox_TextureId.operator ConstBox_TextureId ( TextureId other)
inlinestatic

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

◆ operator int()

unsafe implicit MR.ConstBox_TextureId.operator int ( MR.ConstBox_TextureId _this)
inlinestatic

Generated from conversion operator MR::TextureId::operator int.

◆ operator!=()

unsafe bool MR.ConstBox_TextureId.operator!= ( MR.ConstBox_TextureId _this,
MR.TextureId b )
inlinestatic

◆ operator++()

unsafe Box_TextureId MR.ConstBox_TextureId.operator++ ( MR.ConstBox_TextureId _this)
inlinestatic

Generated from method MR::TextureId::operator++.

◆ operator--()

unsafe Box_TextureId MR.ConstBox_TextureId.operator-- ( MR.ConstBox_TextureId _this)
inlinestatic

Generated from method MR::TextureId::operator--.

◆ operator==()

unsafe bool MR.ConstBox_TextureId.operator== ( MR.ConstBox_TextureId _this,
MR.TextureId b )
inlinestatic

Generated from method MR::TextureId::operator==.

◆ valid()

unsafe bool MR.ConstBox_TextureId.valid ( )
inline

Generated from method MR.TextureId.valid.

Property Documentation

◆ id

ref readonly int MR.ConstBox_TextureId.id
get

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