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