MeshLib C# Docs
Loading...
Searching...
No Matches

stores mask of viewport unique identifiers Generated from class MR.ViewportMask. This is the const half of the class. More...

Inheritance diagram for MR.Const_ViewportMask:

Classes

class  _Enumerator
struct  _Underlying

Public Member Functions

virtual void Dispose ()
IEnumerator< MR.ViewportIdGetEnumerator ()
unsafe Const_ViewportMask ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ViewportMask (MR.Const_ViewportMask _other)
 Generated from constructor MR.ViewportMask.ViewportMask.
 Const_ViewportMask (ViewportMask _other)
 Generated from constructor MR.ViewportMask.ViewportMask.
unsafe Const_ViewportMask (uint i)
 Generated from constructor MR.ViewportMask.ViewportMask.
unsafe Const_ViewportMask (MR.ViewportId i)
 Generated from constructor MR.ViewportMask.ViewportMask.
unsafe uint value ()
 Generated from method MR.ViewportMask.value.
unsafe bool empty ()
 Generated from method MR.ViewportMask.empty.
unsafe bool contains (MR.ViewportId id)
 Generated from method MR.ViewportMask.contains.
unsafe bool less (MR.Const_ViewportMask b)
 Generated from method MR::ViewportMask::operator&lt;.
bool Equals (MR.Const_ViewportMask? b)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_ViewportMask (MR.ViewportId i)
 Generated from constructor MR.ViewportMask.ViewportMask.
static unsafe MR.ViewportMask all ()
 mask meaning all or any viewports Generated from method MR.ViewportMask.all.
static unsafe MR.ViewportMask any ()
 Generated from method MR.ViewportMask.any.
static unsafe bool operator== (MR.Const_ViewportMask _this, MR.Const_ViewportMask b)
 Generated from method MR::ViewportMask::operator==.
static unsafe bool operator!= (MR.Const_ViewportMask _this, MR.Const_ViewportMask b)
static unsafe MR.ViewportMask operator~ (MR.Const_ViewportMask _this)
 Generated from method MR::ViewportMask::operator~.
static unsafe MR.ViewportMask operator& (Const_ViewportMask a, MR.Const_ViewportMask b)
 Generated from function MR::operator&amp;.
static unsafe MR.ViewportMask operator| (Const_ViewportMask a, MR.Const_ViewportMask b)
 Generated from function MR::operator|.
static unsafe MR.ViewportMask operator^ (Const_ViewportMask a, MR.Const_ViewportMask b)
 Generated from function MR::operator^.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe uint * __ref_storage_mask

Properties

unsafe uint mask [get]

Detailed Description

stores mask of viewport unique identifiers Generated from class MR.ViewportMask. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ViewportMask() [1/5]

unsafe MR.Const_ViewportMask.Const_ViewportMask ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ViewportMask() [2/5]

unsafe MR.Const_ViewportMask.Const_ViewportMask ( MR.Const_ViewportMask _other)
inline

Generated from constructor MR.ViewportMask.ViewportMask.

◆ Const_ViewportMask() [3/5]

MR.Const_ViewportMask.Const_ViewportMask ( ViewportMask _other)
inline

Generated from constructor MR.ViewportMask.ViewportMask.

◆ Const_ViewportMask() [4/5]

unsafe MR.Const_ViewportMask.Const_ViewportMask ( uint i)
inline

Generated from constructor MR.ViewportMask.ViewportMask.

◆ Const_ViewportMask() [5/5]

unsafe MR.Const_ViewportMask.Const_ViewportMask ( MR.ViewportId i)
inline

Generated from constructor MR.ViewportMask.ViewportMask.

Member Function Documentation

◆ all()

unsafe MR.ViewportMask MR.Const_ViewportMask.all ( )
inlinestatic

mask meaning all or any viewports Generated from method MR.ViewportMask.all.

◆ any()

unsafe MR.ViewportMask MR.Const_ViewportMask.any ( )
inlinestatic

Generated from method MR.ViewportMask.any.

◆ contains()

unsafe bool MR.Const_ViewportMask.contains ( MR.ViewportId id)
inline

Generated from method MR.ViewportMask.contains.

◆ Dispose() [1/2]

virtual void MR.Const_ViewportMask.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ empty()

unsafe bool MR.Const_ViewportMask.empty ( )
inline

Generated from method MR.ViewportMask.empty.

◆ Equals() [1/2]

bool MR.Const_ViewportMask.Equals ( MR.Const_ViewportMask? b)
inline

◆ Equals() [2/2]

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

◆ GetEnumerator()

IEnumerator< MR.ViewportId > MR.Const_ViewportMask.GetEnumerator ( )
inline

◆ less()

unsafe bool MR.Const_ViewportMask.less ( MR.Const_ViewportMask b)
inline

Generated from method MR::ViewportMask::operator&lt;.

◆ operator Const_ViewportMask()

unsafe implicit MR.Const_ViewportMask.operator Const_ViewportMask ( MR.ViewportId i)
inlinestatic

Generated from constructor MR.ViewportMask.ViewportMask.

◆ operator!=()

unsafe bool MR.Const_ViewportMask.operator!= ( MR.Const_ViewportMask _this,
MR.Const_ViewportMask b )
inlinestatic

◆ operator&()

unsafe MR.ViewportMask MR.Const_ViewportMask.operator& ( Const_ViewportMask a,
MR.Const_ViewportMask b )
inlinestatic

Generated from function MR::operator&amp;.

◆ operator==()

unsafe bool MR.Const_ViewportMask.operator== ( MR.Const_ViewportMask _this,
MR.Const_ViewportMask b )
inlinestatic

Generated from method MR::ViewportMask::operator==.

◆ operator^()

unsafe MR.ViewportMask MR.Const_ViewportMask.operator^ ( Const_ViewportMask a,
MR.Const_ViewportMask b )
inlinestatic

Generated from function MR::operator^.

◆ operator|()

unsafe MR.ViewportMask MR.Const_ViewportMask.operator| ( Const_ViewportMask a,
MR.Const_ViewportMask b )
inlinestatic

Generated from function MR::operator|.

◆ operator~()

unsafe MR.ViewportMask MR.Const_ViewportMask.operator~ ( MR.Const_ViewportMask _this)
inlinestatic

Generated from method MR::ViewportMask::operator~.

◆ value()

unsafe uint MR.Const_ViewportMask.value ( )
inline

Generated from method MR.ViewportMask.value.

Member Data Documentation

◆ __ref_storage_mask

unsafe uint* MR.Const_ViewportMask.__ref_storage_mask
protected

Property Documentation

◆ mask

unsafe uint MR.Const_ViewportMask.mask
get

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