This is used for optional parameters of class Box_Matrix2i64 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Matrix2i64. Usage:
More...
Public Member Functions | |
| _InOptConst_Matrix2i64 (ConstBox_Matrix2i64 value) | |
| unsafe | _InOptConst_Matrix2i64 (ref readonly Matrix2i64 value) |
Static Public Member Functions | |
| static implicit | operator _InOptConst_Matrix2i64 (ConstBox_Matrix2i64 value) |
Public Attributes | |
| ConstBox_Matrix2i64? | Opt |
This is used for optional parameters of class Box_Matrix2i64 with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_Matrix2i64. Usage:
null to use the default argument.new() to pass no object.Box_Matrix2i64/ConstBox_Matrix2i64 to pass it to the function.new(ref ...) to pass a reference to Matrix2i64.