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

This is used as a function parameter when the underlying function receives Tgt2SrcMaps by value. Usage: More...

Public Member Functions

 _ByValue_Tgt2SrcMaps (Const_Tgt2SrcMaps new_value)
 

Static Public Member Functions

static implicit operator _ByValue_Tgt2SrcMaps (Const_Tgt2SrcMaps arg)
 

Detailed Description

This is used as a function parameter when the underlying function receives Tgt2SrcMaps by value. Usage:

  • Pass an instance of Tgt2SrcMaps/Const_Tgt2SrcMaps to copy it into the function.
  • Pass null to use the default argument, assuming the parameter has a default argument (has ? in the type).

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