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

This is used for optional parameters of class Polyline3 with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Polyline3. Usage: More...

Public Member Functions

 _InOptMut_Polyline3 (Polyline3 value)
 

Static Public Member Functions

static implicit operator _InOptMut_Polyline3 (Polyline3 value)
 

Public Attributes

Polyline3Opt
 

Detailed Description

This is used for optional parameters of class Polyline3 with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Polyline3. Usage:

  • Pass null to use the default argument.
  • Pass new() to pass no object.
  • Pass an instance of Polyline3/Const_Polyline3 directly.

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