This is used for optional parameters of class FastWindingNumber with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_FastWindingNumber. Usage:
More...
Public Member Functions | |
| _InOptConst_FastWindingNumber (Const_FastWindingNumber value) | |
Static Public Member Functions | |
| static implicit | operator _InOptConst_FastWindingNumber (Const_FastWindingNumber value) |
| static unsafe implicit | operator _InOptConst_FastWindingNumber (MR.Const_Mesh mesh) |
constructs this from AABB tree of given mesh; this remains valid only if tree is valid Generated from constructor MR.FastWindingNumber.FastWindingNumber. | |
Public Attributes | |
| Const_FastWindingNumber? | Opt |
This is used for optional parameters of class FastWindingNumber with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_FastWindingNumber. Usage:
null to use the default argument.new() to pass no object.FastWindingNumber/Const_FastWindingNumber to pass it to the function.