This is used for optional parameters of class Box_Matrix4b with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Matrix4b. Usage:
More...
Public Member Functions | |
| _InOptMut_Matrix4b (Box_Matrix4b value) | |
| unsafe | _InOptMut_Matrix4b (ref Matrix4b value) |
Static Public Member Functions | |
| static implicit | operator _InOptMut_Matrix4b (Box_Matrix4b value) |
Public Attributes | |
| Box_Matrix4b? | Opt |
This is used for optional parameters of class Box_Matrix4b with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Matrix4b. Usage:
null to use the default argument.new() to pass no object.Box_Matrix4b/ConstBox_Matrix4b directly.new(ref ...) to pass a reference to Matrix4b.