MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ViewportProperty_UnsignedChar 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<unsigned char>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.ViewportProperty_UnsignedChar:

Public Member Functions

unsafe ViewportProperty_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe ViewportProperty_UnsignedChar (MR._ByValue_ViewportProperty_UnsignedChar _other)
 Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.
 
 ViewportProperty_UnsignedChar (Const_ViewportProperty_UnsignedChar _other)
 Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.
 
 ViewportProperty_UnsignedChar (ViewportProperty_UnsignedChar _other)
 Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.
 
unsafe ViewportProperty_UnsignedChar (byte def)
 Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.
 
unsafe MR.ViewportProperty_UnsignedChar assign (MR._ByValue_ViewportProperty_UnsignedChar _other)
 Generated from method MR.ViewportProperty<unsigned char>::operator=.
 
unsafe void set (byte def)
 sets default property value Generated from method MR.ViewportProperty<unsigned char>::set.
 
unsafe new ref byte get ()
 Generated from method MR.ViewportProperty<unsigned char>::get.
 
unsafe void set (byte v, MR.ViewportId id)
 sets specific property value for given viewport (or default value if !id) Generated from method MR.ViewportProperty<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<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<unsigned char>::reset.
 

Static Public Member Functions

static unsafe implicit operator ViewportProperty_UnsignedChar (byte def)
 Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.
 

Properties

unsafe ref byte this[MR.ViewportId id] [get]
 returns direct access to value associated with given viewport (or default value if !id) Generated from method MR.ViewportProperty<unsigned char>::operator[].
 

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<unsigned char>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ ViewportProperty_UnsignedChar() [1/5]

unsafe MR.ViewportProperty_UnsignedChar.ViewportProperty_UnsignedChar ( )
inline

Constructs an empty (default-constructed) instance.

◆ ViewportProperty_UnsignedChar() [2/5]

unsafe MR.ViewportProperty_UnsignedChar.ViewportProperty_UnsignedChar ( MR._ByValue_ViewportProperty_UnsignedChar _other)
inline

Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.

◆ ViewportProperty_UnsignedChar() [3/5]

MR.ViewportProperty_UnsignedChar.ViewportProperty_UnsignedChar ( Const_ViewportProperty_UnsignedChar _other)
inline

Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.

◆ ViewportProperty_UnsignedChar() [4/5]

MR.ViewportProperty_UnsignedChar.ViewportProperty_UnsignedChar ( ViewportProperty_UnsignedChar _other)
inline

Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.

◆ ViewportProperty_UnsignedChar() [5/5]

unsafe MR.ViewportProperty_UnsignedChar.ViewportProperty_UnsignedChar ( byte def)
inline

Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.

Member Function Documentation

◆ assign()

unsafe MR.ViewportProperty_UnsignedChar MR.ViewportProperty_UnsignedChar.assign ( MR._ByValue_ViewportProperty_UnsignedChar _other)
inline

Generated from method MR.ViewportProperty<unsigned char>::operator=.

◆ get()

unsafe new ref byte MR.ViewportProperty_UnsignedChar.get ( )
inline

Generated from method MR.ViewportProperty<unsigned char>::get.

◆ operator ViewportProperty_UnsignedChar()

static unsafe implicit MR.ViewportProperty_UnsignedChar.operator ViewportProperty_UnsignedChar ( byte def)
inlinestatic

Generated from constructor MR.ViewportProperty<unsigned char>::ViewportProperty.

◆ reset() [1/2]

unsafe bool MR.ViewportProperty_UnsignedChar.reset ( )
inline

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

◆ reset() [2/2]

unsafe bool MR.ViewportProperty_UnsignedChar.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<unsigned char>::reset.

◆ set() [1/2]

unsafe void MR.ViewportProperty_UnsignedChar.set ( byte def)
inline

sets default property value Generated from method MR.ViewportProperty<unsigned char>::set.

◆ set() [2/2]

unsafe void MR.ViewportProperty_UnsignedChar.set ( byte v,
MR.ViewportId id )
inline

sets specific property value for given viewport (or default value if !id) Generated from method MR.ViewportProperty<unsigned char>::set.

Property Documentation

◆ this[MR.ViewportId id]

unsafe ref byte MR.ViewportProperty_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<unsigned char>::operator[].


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