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

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

+ Inheritance diagram for MR.VoxelId:

Public Member Functions

 VoxelId (VoxelId _other)
 Generated copy constructor.
 
unsafe VoxelId ()
 Constructs an empty (default-constructed) instance.
 
unsafe VoxelId (MR.Const_NoInit _1)
 Generated from constructor MR.VoxelId.VoxelId.
 
unsafe VoxelId (ulong i)
 Generated from constructor MR.VoxelId.VoxelId.
 
readonly unsafe bool valid ()
 Generated from method MR.VoxelId.valid.
 
unsafe ref ulong get ()
 Generated from method MR.VoxelId.get.
 
readonly unsafe bool less (MR.VoxelId b)
 Generated from method MR.VoxelId.operator<.
 
unsafe void decr ()
 Generated from method MR.VoxelId.operator--.
 
unsafe VoxelId decr (MR.VoxelId _this)
 Generated from method MR.VoxelId.operator--.
 
unsafe void incr ()
 Generated from method MR.VoxelId.operator++.
 
unsafe VoxelId incr (MR.VoxelId _this)
 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+=.
 
bool Equals (MR.VoxelId b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator VoxelId (ConstBox_VoxelId other)
 Copy contents from a wrapper class to this struct.
 
static unsafe implicit operator ulong (MR.VoxelId _this)
 Generated from conversion operator MR.VoxelId.operator MR_uint64_t.
 
static unsafe operator bool (MR.VoxelId _this)
 Generated from conversion operator MR.VoxelId.operator bool.
 
static unsafe bool operator== (MR.VoxelId _this, MR.VoxelId b)
 Generated from method MR.VoxelId.operator==.
 
static unsafe bool operator!= (MR.VoxelId _this, MR.VoxelId b)
 
static MR.VoxelId operator+ (MR.VoxelId id, int a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static MR.VoxelId operator+ (MR.VoxelId id, uint a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static MR.VoxelId operator+ (MR.VoxelId id, ulong a)
 Generated from function MR.operator+<MR.VoxelTag>.
 
static MR.VoxelId operator- (MR.VoxelId id, int a)
 Generated from function MR.operator-<MR.VoxelTag>.
 
static MR.VoxelId operator- (MR.VoxelId id, uint a)
 Generated from function MR.operator-<MR.VoxelTag>.
 
static MR.VoxelId operator- (MR.VoxelId id, ulong a)
 Generated from function MR.operator-<MR.VoxelTag>.
 

Public Attributes

ulong id
 

Detailed Description

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


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