MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Box_ViewportId Class Reference

stores unique identifier of a viewport, which is power of two; id=0 has a special meaning of default viewport in some contexts Generated from class MR.ViewportId. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Box_ViewportId:

Public Member Functions

unsafe Box_ViewportId (ViewportId 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_ViewportId (ConstBox_ViewportId _other)
 Generated copy constructor.
 
void Assign (ConstBox_ViewportId _other)
 Generated copy assignment.
 
unsafe Box_ViewportId ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_ViewportId (uint i)
 Generated from constructor MR.ViewportId.ViewportId.
 
- Public Member Functions inherited from MR.ConstBox_ViewportId
virtual void Dispose ()
 
unsafe ConstBox_ViewportId (ViewportId 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_ViewportId (ConstBox_ViewportId _other)
 Generated copy constructor.
 
unsafe ConstBox_ViewportId ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_ViewportId (uint i)
 Generated from constructor MR.ViewportId.ViewportId.
 
unsafe uint value ()
 Generated from method MR.ViewportId.value.
 
unsafe bool valid ()
 Generated from method MR.ViewportId.valid.
 
unsafe bool less (MR.ViewportId b)
 Generated from method MR.ViewportId.operator<.
 
unsafe MR.ViewportId next ()
 Generated from method MR.ViewportId.next.
 
unsafe MR.ViewportId prev ()
 Generated from method MR.ViewportId.prev.
 
bool Equals (MR.ViewportId b)
 
override bool Equals (object? other)
 

Properties

new ref uint id [get]
 
- Properties inherited from MR.ConstBox_ViewportId
ref readonly uint id [get]
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_ViewportId
static implicit operator ConstBox_ViewportId (ViewportId other)
 Convert from a struct by copying it. Note that only ConstBox_ViewportId has this conversion, Box_ViewportId intentionally doesn't.
 
static unsafe operator bool (MR.ConstBox_ViewportId _this)
 Generated from conversion operator MR.ViewportId.operator bool.
 
static unsafe bool operator== (MR.ConstBox_ViewportId _this, MR.ViewportId b)
 Generated from method MR.ViewportId.operator==.
 
static unsafe bool operator!= (MR.ConstBox_ViewportId _this, MR.ViewportId b)
 
- Protected Member Functions inherited from MR.ConstBox_ViewportId
virtual unsafe void Dispose (bool disposing)
 

Detailed Description

stores unique identifier of a viewport, which is power of two; id=0 has a special meaning of default viewport in some contexts Generated from class MR.ViewportId. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_ViewportId() [1/4]

unsafe MR.Box_ViewportId.Box_ViewportId ( ViewportId other)
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.)

◆ Box_ViewportId() [2/4]

unsafe MR.Box_ViewportId.Box_ViewportId ( ConstBox_ViewportId _other)
inline

Generated copy constructor.

◆ Box_ViewportId() [3/4]

unsafe MR.Box_ViewportId.Box_ViewportId ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_ViewportId() [4/4]

unsafe MR.Box_ViewportId.Box_ViewportId ( uint i)
inline

Generated from constructor MR.ViewportId.ViewportId.

Member Function Documentation

◆ Assign()

void MR.Box_ViewportId.Assign ( ConstBox_ViewportId _other)
inline

Generated copy assignment.

Property Documentation

◆ id

new ref uint MR.Box_ViewportId.id
get

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