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