MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ConstBox_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 const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_ViewportId:

Classes

struct  _Underlying
 

Public Member Functions

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)
 

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)
 

Properties

ref readonly uint id [get]
 

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 const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_ViewportId() [1/4]

unsafe MR.ConstBox_ViewportId.ConstBox_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.)

◆ ConstBox_ViewportId() [2/4]

unsafe MR.ConstBox_ViewportId.ConstBox_ViewportId ( ConstBox_ViewportId _other)
inline

Generated copy constructor.

◆ ConstBox_ViewportId() [3/4]

unsafe MR.ConstBox_ViewportId.ConstBox_ViewportId ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_ViewportId() [4/4]

unsafe MR.ConstBox_ViewportId.ConstBox_ViewportId ( uint i)
inline

Generated from constructor MR.ViewportId.ViewportId.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.ConstBox_ViewportId.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_ViewportId.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_ViewportId.Equals ( MR.ViewportId b)
inline

◆ Equals() [2/2]

override bool MR.ConstBox_ViewportId.Equals ( object? other)
inline

◆ less()

unsafe bool MR.ConstBox_ViewportId.less ( MR.ViewportId b)
inline

Generated from method MR.ViewportId.operator<.

◆ next()

unsafe MR.ViewportId MR.ConstBox_ViewportId.next ( )
inline

Generated from method MR.ViewportId.next.

◆ operator bool()

static unsafe MR.ConstBox_ViewportId.operator bool ( MR.ConstBox_ViewportId _this)
inlineexplicitstatic

Generated from conversion operator MR.ViewportId.operator bool.

◆ operator ConstBox_ViewportId()

static implicit MR.ConstBox_ViewportId.operator ConstBox_ViewportId ( ViewportId other)
inlinestatic

Convert from a struct by copying it. Note that only ConstBox_ViewportId has this conversion, Box_ViewportId intentionally doesn't.

◆ operator!=()

static unsafe bool MR.ConstBox_ViewportId.operator!= ( MR.ConstBox_ViewportId _this,
MR.ViewportId b )
inlinestatic

◆ operator==()

static unsafe bool MR.ConstBox_ViewportId.operator== ( MR.ConstBox_ViewportId _this,
MR.ViewportId b )
inlinestatic

Generated from method MR.ViewportId.operator==.

◆ prev()

unsafe MR.ViewportId MR.ConstBox_ViewportId.prev ( )
inline

Generated from method MR.ViewportId.prev.

◆ valid()

unsafe bool MR.ConstBox_ViewportId.valid ( )
inline

Generated from method MR.ViewportId.valid.

◆ value()

unsafe uint MR.ConstBox_ViewportId.value ( )
inline

Generated from method MR.ViewportId.value.

Property Documentation

◆ id

ref readonly uint MR.ConstBox_ViewportId.id
get

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