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