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

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

+ Inheritance diagram for MR.TextureId:

Public Member Functions

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

Static Public Member Functions

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

Public Attributes

int id
 

Detailed Description

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


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