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

Generated from class MR.UnitInfo. This is the const half of the class. More...

Inheritance diagram for MR.Const_UnitInfo:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_UnitInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_UnitInfo (float conversionFactor, string prettyName, string unitSuffix)
 Constructs MR.UnitInfo elementwise.
unsafe Const_UnitInfo (MR.Const_UnitInfo _other)
 Generated from constructor MR.UnitInfo.UnitInfo.
 Const_UnitInfo (UnitInfo _other)
 Generated from constructor MR.UnitInfo.UnitInfo.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_conversionFactor

Properties

unsafe float conversionFactor [get]
unsafe MR.Std.Const_StringView prettyName [get, protected set]
unsafe MR.Std.Const_StringView unitSuffix [get, protected set]

Detailed Description

Generated from class MR.UnitInfo. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_UnitInfo() [1/4]

unsafe MR.Const_UnitInfo.Const_UnitInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_UnitInfo() [2/4]

unsafe MR.Const_UnitInfo.Const_UnitInfo ( float conversionFactor,
string prettyName,
string unitSuffix )
inline

Constructs MR.UnitInfo elementwise.

◆ Const_UnitInfo() [3/4]

unsafe MR.Const_UnitInfo.Const_UnitInfo ( MR.Const_UnitInfo _other)
inline

Generated from constructor MR.UnitInfo.UnitInfo.

◆ Const_UnitInfo() [4/4]

MR.Const_UnitInfo.Const_UnitInfo ( UnitInfo _other)
inline

Generated from constructor MR.UnitInfo.UnitInfo.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_UnitInfo.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ref_storage_conversionFactor

unsafe float* MR.Const_UnitInfo.__ref_storage_conversionFactor
protected

Property Documentation

◆ conversionFactor

unsafe float MR.Const_UnitInfo.conversionFactor
get

◆ prettyName

unsafe MR.Std.Const_StringView MR.Const_UnitInfo.prettyName
getprotected set

◆ unitSuffix

unsafe MR.Std.Const_StringView MR.Const_UnitInfo.unitSuffix
getprotected set

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