Generated from class MR.VoxelId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.VoxelId> This is the const reference to the struct.
More...
Inheritance diagram for MR.ConstBox_VoxelId:Classes | |
| struct | _Underlying |
Public Member Functions | |
| unsafe | ConstBox_VoxelId (VoxelId 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.) | |
| virtual void | Dispose () |
| unsafe | ConstBox_VoxelId (ConstBox_VoxelId _other) |
| Generated copy constructor. | |
| unsafe | ConstBox_VoxelId () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ConstBox_VoxelId (MR.Const_NoInit _1) |
Generated from constructor MR.VoxelId.VoxelId. | |
| unsafe | ConstBox_VoxelId (ulong i) |
Generated from constructor MR.VoxelId.VoxelId. | |
| unsafe bool | valid () |
Generated from method MR.VoxelId.valid. | |
| unsafe bool | less (MR.VoxelId b) |
Generated from method MR.VoxelId.operator<. | |
| bool | Equals (MR.VoxelId b) |
| override bool | Equals (object? other) |
Static Public Member Functions | |
| static implicit | operator ConstBox_VoxelId (VoxelId other) |
Convert from a struct by copying it. Note that only ConstBox_VoxelId has this conversion, Box_VoxelId intentionally doesn't. | |
| static unsafe implicit | operator ulong (MR.ConstBox_VoxelId _this) |
Generated from conversion operator MR.VoxelId.operator MR_uint64_t. | |
| static unsafe | operator bool (MR.ConstBox_VoxelId _this) |
Generated from conversion operator MR.VoxelId.operator bool. | |
| static unsafe bool | operator== (MR.ConstBox_VoxelId _this, MR.VoxelId b) |
Generated from method MR.VoxelId.operator==. | |
| static unsafe bool | operator!= (MR.ConstBox_VoxelId _this, MR.VoxelId b) |
| static unsafe Box_VoxelId | operator-- (MR.ConstBox_VoxelId _this) |
Generated from method MR.VoxelId.operator--. | |
| static unsafe Box_VoxelId | operator++ (MR.ConstBox_VoxelId _this) |
Generated from method MR.VoxelId.operator++. | |
| static unsafe MR.VoxelId | operator+ (ConstBox_VoxelId id, int a) |
Generated from function MR.operator+<MR.VoxelTag>. | |
| static unsafe MR.VoxelId | operator+ (ConstBox_VoxelId id, uint a) |
Generated from function MR.operator+<MR.VoxelTag>. | |
| static unsafe MR.VoxelId | operator+ (ConstBox_VoxelId id, ulong a) |
Generated from function MR.operator+<MR.VoxelTag>. | |
| static unsafe MR.VoxelId | operator- (ConstBox_VoxelId id, int a) |
Generated from function MR.operator-<MR.VoxelTag>. | |
| static unsafe MR.VoxelId | operator- (ConstBox_VoxelId id, uint a) |
Generated from function MR.operator-<MR.VoxelTag>. | |
| static unsafe MR.VoxelId | operator- (ConstBox_VoxelId id, ulong a) |
Generated from function MR.operator-<MR.VoxelTag>. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe ref readonly VoxelId | _Ref [get] |
| Get the underlying struct. | |
| ref readonly ulong | id [get] |
Properties inherited from MR.Misc.Object< ConstBox_VoxelId > | |
| virtual bool | _IsOwning [get] |
| Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< ConstBox_VoxelId > | |
| bool | _IsOwningVal |
Generated from class MR.VoxelId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.VoxelId> This is the const reference to the struct.