Generated from class MR.TextureId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.TextureId> This is the non-const reference to the struct.
More...
Inheritance diagram for MR.Box_TextureId:Public Member Functions | |
| unsafe | Box_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 | Box_TextureId (ConstBox_TextureId _other) |
| Generated copy constructor. | |
| void | Assign (ConstBox_TextureId _other) |
| Generated copy assignment. | |
| unsafe | Box_TextureId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Box_TextureId (MR.Const_NoInit _1) |
Generated from constructor MR.TextureId.TextureId. | |
| unsafe | Box_TextureId (int i) |
Generated from constructor MR.TextureId.TextureId. | |
| unsafe ref int | get () |
Generated from method MR.TextureId.get. | |
| unsafe void | decr () |
Generated from method MR.TextureId.operator--. | |
| unsafe void | incr () |
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+=. | |
Public Member Functions inherited from MR.ConstBox_TextureId | |
| 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 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) |
Properties | |
| new ref int | id [get] |
Properties inherited from MR.ConstBox_TextureId | |
| ref readonly int | id [get] |
Additional Inherited Members | |
Static Public Member Functions inherited from MR.ConstBox_TextureId | |
| 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 inherited from MR.ConstBox_TextureId | |
| virtual unsafe void | Dispose (bool disposing) |
Generated from class MR.TextureId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.TextureId> This is the non-const reference to the struct.
|
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.)
|
inline |
Generated copy constructor.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.TextureId.TextureId.
|
inline |
Generated from constructor MR.TextureId.TextureId.
|
inline |
Generated from method MR.TextureId.operator+=.
|
inline |
Generated copy assignment.
|
inline |
Generated from method MR.TextureId.operator--.
|
inline |
Generated from method MR.TextureId.get.
|
inline |
Generated from method MR.TextureId.operator++.
|
inline |
Generated from method MR.TextureId.operator-=.
|
get |