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

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty<MR::Vector4<unsigned char>>. This is the non-const half of the class. More...

Inheritance diagram for MR.ViewportProperty_MRVector4UnsignedChar:

Public Member Functions

unsafe ViewportProperty_MRVector4UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe ViewportProperty_MRVector4UnsignedChar (MR._ByValue_ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
 ViewportProperty_MRVector4UnsignedChar (Const_ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
 ViewportProperty_MRVector4UnsignedChar (ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
unsafe ViewportProperty_MRVector4UnsignedChar (MR.Const_Vector4_UnsignedChar def)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
unsafe MR.ViewportProperty_MRVector4UnsignedChar assign (MR._ByValue_ViewportProperty_MRVector4UnsignedChar _other)
 Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>::operator=.
unsafe void set (MR.Const_Vector4_UnsignedChar def)
 sets default property value Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>set.
unsafe new MR.Vector4_UnsignedChar get ()
 Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>get.
unsafe void set (MR.Const_Vector4_UnsignedChar v, MR.ViewportId id)
 sets specific property value for given viewport (or default value if !id) Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>set.
unsafe bool reset (MR.ViewportId id)
 forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>reset.
unsafe bool reset ()
 forgets specific property value for all viewports; returns true if any specific value was removed Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>reset.
Public Member Functions inherited from MR.Const_ViewportProperty_MRVector4UnsignedChar
virtual void Dispose ()
unsafe Const_ViewportProperty_MRVector4UnsignedChar ()
 Constructs an empty (default-constructed) instance.
unsafe Const_ViewportProperty_MRVector4UnsignedChar (MR._ByValue_ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
 Const_ViewportProperty_MRVector4UnsignedChar (Const_ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
 Const_ViewportProperty_MRVector4UnsignedChar (ViewportProperty_MRVector4UnsignedChar _other)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
unsafe Const_ViewportProperty_MRVector4UnsignedChar (MR.Const_Vector4_UnsignedChar def)
 Generated from constructor MR::ViewportProperty<MR::Vector4<unsigned char>>::ViewportProperty.
unsafe MR.Const_Vector4_UnsignedChar get ()
 gets default property value Generated from method MR::ViewportProperty<MR::Vector4<unsigned char>>get.
unsafe MR.Const_Vector4_UnsignedChar get (MR.ViewportId id, MR.Misc.InOut< bool >? isDef=null)
 gets property value for given viewport: specific if available otherwise default one;
bool Equals (MR.Const_ViewportProperty_MRVector4UnsignedChar? _1)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator ViewportProperty_MRVector4UnsignedChar (MR.Const_Vector4_UnsignedChar def)
 Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.
Static Public Member Functions inherited from MR.Const_ViewportProperty_MRVector4UnsignedChar
static unsafe implicit operator Const_ViewportProperty_MRVector4UnsignedChar (MR.Const_Vector4_UnsignedChar def)
 Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.
static unsafe bool operator== (MR.Const_ViewportProperty_MRVector4UnsignedChar _this, MR.Const_ViewportProperty_MRVector4UnsignedChar _1)
 Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;operator==.
static unsafe bool operator!= (MR.Const_ViewportProperty_MRVector4UnsignedChar _this, MR.Const_ViewportProperty_MRVector4UnsignedChar _1)

Properties

unsafe MR.Vector4_UnsignedChar this[MR.ViewportId id] [get]
 returns direct access to value associated with given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::operator[].

Additional Inherited Members

Protected Member Functions inherited from MR.Const_ViewportProperty_MRVector4UnsignedChar
virtual unsafe void Dispose (bool disposing)

Detailed Description

storage of some viewport-dependent property, which has some default value for all viewports and special values for some specific viewports Generated from class MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ViewportProperty_MRVector4UnsignedChar() [1/5]

unsafe MR.ViewportProperty_MRVector4UnsignedChar.ViewportProperty_MRVector4UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ ViewportProperty_MRVector4UnsignedChar() [2/5]

unsafe MR.ViewportProperty_MRVector4UnsignedChar.ViewportProperty_MRVector4UnsignedChar ( MR._ByValue_ViewportProperty_MRVector4UnsignedChar _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.

◆ ViewportProperty_MRVector4UnsignedChar() [3/5]

MR.ViewportProperty_MRVector4UnsignedChar.ViewportProperty_MRVector4UnsignedChar ( Const_ViewportProperty_MRVector4UnsignedChar _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.

◆ ViewportProperty_MRVector4UnsignedChar() [4/5]

MR.ViewportProperty_MRVector4UnsignedChar.ViewportProperty_MRVector4UnsignedChar ( ViewportProperty_MRVector4UnsignedChar _other)
inline

Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.

◆ ViewportProperty_MRVector4UnsignedChar() [5/5]

unsafe MR.ViewportProperty_MRVector4UnsignedChar.ViewportProperty_MRVector4UnsignedChar ( MR.Const_Vector4_UnsignedChar def)
inline

Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.

Member Function Documentation

◆ assign()

unsafe MR.ViewportProperty_MRVector4UnsignedChar MR.ViewportProperty_MRVector4UnsignedChar.assign ( MR._ByValue_ViewportProperty_MRVector4UnsignedChar _other)
inline

Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::operator=.

◆ get()

unsafe new MR.Vector4_UnsignedChar MR.ViewportProperty_MRVector4UnsignedChar.get ( )
inline

Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;get.

◆ operator ViewportProperty_MRVector4UnsignedChar()

unsafe implicit MR.ViewportProperty_MRVector4UnsignedChar.operator ViewportProperty_MRVector4UnsignedChar ( MR.Const_Vector4_UnsignedChar def)
inlinestatic

Generated from constructor MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::ViewportProperty.

◆ reset() [1/2]

unsafe bool MR.ViewportProperty_MRVector4UnsignedChar.reset ( )
inline

forgets specific property value for all viewports; returns true if any specific value was removed Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;reset.

◆ reset() [2/2]

unsafe bool MR.ViewportProperty_MRVector4UnsignedChar.reset ( MR.ViewportId id)
inline

forgets specific property value for given viewport (or all viewports if !id); returns true if any specific value was removed Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;reset.

◆ set() [1/2]

unsafe void MR.ViewportProperty_MRVector4UnsignedChar.set ( MR.Const_Vector4_UnsignedChar def)
inline

sets default property value Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;set.

◆ set() [2/2]

unsafe void MR.ViewportProperty_MRVector4UnsignedChar.set ( MR.Const_Vector4_UnsignedChar v,
MR.ViewportId id )
inline

sets specific property value for given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;set.

Property Documentation

◆ this[MR.ViewportId id]

unsafe MR.Vector4_UnsignedChar MR.ViewportProperty_MRVector4UnsignedChar.this[MR.ViewportId id]
get

returns direct access to value associated with given viewport (or default value if !id) Generated from method MR::ViewportProperty&lt;MR::Vector4&lt;unsigned char&gt;&gt;::operator[].


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