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

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

+ Inheritance diagram for MR.UnitInfo:

Public Member Functions

unsafe UnitInfo ()
 Constructs an empty (default-constructed) instance.
 
unsafe UnitInfo (float conversionFactor, string prettyName, string unitSuffix)
 Constructs MR.UnitInfo elementwise.
 
unsafe UnitInfo (MR.Const_UnitInfo _other)
 Generated from constructor MR.UnitInfo.UnitInfo.
 
 UnitInfo (UnitInfo _other)
 Generated from constructor MR.UnitInfo.UnitInfo.
 
unsafe MR.UnitInfo assign (MR.Const_UnitInfo _other)
 Generated from method MR.UnitInfo.operator=.
 

Properties

new unsafe ref float conversionFactor [get]
 
new unsafe MR.Std.StringView prettyName [get, protected set]
 
new unsafe MR.Std.StringView unitSuffix [get, protected set]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ UnitInfo() [1/4]

unsafe MR.UnitInfo.UnitInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ UnitInfo() [2/4]

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

Constructs MR.UnitInfo elementwise.

◆ UnitInfo() [3/4]

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

Generated from constructor MR.UnitInfo.UnitInfo.

◆ UnitInfo() [4/4]

MR.UnitInfo.UnitInfo ( UnitInfo _other)
inline

Generated from constructor MR.UnitInfo.UnitInfo.

Member Function Documentation

◆ assign()

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

Generated from method MR.UnitInfo.operator=.

Property Documentation

◆ conversionFactor

new unsafe ref float MR.UnitInfo.conversionFactor
get

◆ prettyName

new unsafe MR.Std.StringView MR.UnitInfo.prettyName
getprotected set

◆ unitSuffix

new unsafe MR.Std.StringView MR.UnitInfo.unitSuffix
getprotected set

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