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

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

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe Const_ViewportMask ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_ViewportMask (MR.Const_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<.
 
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&.
 
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)
 

Properties

unsafe uint mask [get]
 
- Properties inherited from MR.Misc.Object< Const_ViewportMask >
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.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_ViewportMask >
bool _IsOwningVal
 

Detailed Description

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


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