stores mask of viewport unique identifiers Generated from class MR.ViewportMask. This is the const half of the class. More...
Classes | |
| class | _Enumerator |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| IEnumerator< MR.ViewportId > | GetEnumerator () |
| 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<. | |
| 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) |
Protected Attributes | |
| unsafe uint * | __ref_storage_mask |
Properties | |
| unsafe uint | mask [get] |
stores mask of viewport unique identifiers Generated from class MR.ViewportMask. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.ViewportMask.ViewportMask.
|
inline |
Generated from constructor MR.ViewportMask.ViewportMask.
|
inline |
Generated from constructor MR.ViewportMask.ViewportMask.
|
inline |
Generated from constructor MR.ViewportMask.ViewportMask.
|
inlinestatic |
mask meaning all or any viewports Generated from method MR.ViewportMask.all.
|
inlinestatic |
Generated from method MR.ViewportMask.any.
|
inline |
Generated from method MR.ViewportMask.contains.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
Generated from method MR.ViewportMask.empty.
|
inline |
|
inline |
|
inline |
|
inline |
Generated from method MR::ViewportMask::operator<.
|
inlinestatic |
Generated from constructor MR.ViewportMask.ViewportMask.
|
inlinestatic |
|
inlinestatic |
Generated from function MR::operator&.
|
inlinestatic |
Generated from method MR::ViewportMask::operator==.
|
inlinestatic |
Generated from function MR::operator^.
|
inlinestatic |
Generated from function MR::operator|.
|
inlinestatic |
Generated from method MR::ViewportMask::operator~.
|
inline |
Generated from method MR.ViewportMask.value.
|
protected |
|
get |