This is used for optional parameters of class DecimateSettings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_DecimateSettings. Usage:
More...
Public Member Functions | |
| _InOptConst_DecimateSettings (Const_DecimateSettings value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_DecimateSettings (Const_DecimateSettings value) |
Public Attributes | |
| Const_DecimateSettings? | Opt |
This is used for optional parameters of class DecimateSettings with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_DecimateSettings. Usage:
null to use the default argument.new() to pass no object.DecimateSettings/Const_DecimateSettings to pass it to the function.