Generated from class MR.VoxelId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.VoxelId> This is the non-const reference to the struct.
More...
|
|
unsafe | Box_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.)
|
| |
|
unsafe | Box_VoxelId (ConstBox_VoxelId _other) |
| | Generated copy constructor.
|
| |
|
void | Assign (ConstBox_VoxelId _other) |
| | Generated copy assignment.
|
| |
|
unsafe | Box_VoxelId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Box_VoxelId (MR.Const_NoInit _1) |
| | Generated from constructor MR.VoxelId.VoxelId.
|
| |
|
unsafe | Box_VoxelId (ulong i) |
| | Generated from constructor MR.VoxelId.VoxelId.
|
| |
|
unsafe ref ulong | get () |
| | Generated from method MR.VoxelId.get.
|
| |
|
unsafe void | decr () |
| | Generated from method MR.VoxelId.operator--.
|
| |
|
unsafe void | incr () |
| | Generated from method MR.VoxelId.operator++.
|
| |
|
unsafe ref MR.VoxelId | subAssign (ulong a) |
| | Generated from method MR.VoxelId.operator-=.
|
| |
|
unsafe ref MR.VoxelId | addAssign (ulong a) |
| | Generated from method MR.VoxelId.operator+=.
|
| |
|
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) |
| |
|
|
unsafe new ref VoxelId | _Ref [get] |
| | Get the underlying struct.
|
| |
|
new ref ulong | id [get] |
| |
|
unsafe ref readonly VoxelId | _Ref [get] |
| | Get the underlying struct.
|
| |
|
ref readonly ulong | id [get] |
| |
|
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.
|
| |
Generated from class MR.VoxelId. Derived classes: Direct: (non-virtual) MR.NoDefInit<MR.VoxelId> This is the non-const reference to the struct.
The documentation for this class was generated from the following file: