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