This is used for optional parameters of class Box_Box1f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Box1f. Usage:
More...
|
|
| _InOptMut_Box1f (Box_Box1f value) |
| |
|
unsafe | _InOptMut_Box1f (ref Box1f value) |
| |
|
|
static implicit | operator _InOptMut_Box1f (Box_Box1f value) |
| |
This is used for optional parameters of class Box_Box1f with default arguments. This is only used mutable parameters. For const ones we have _InOptConst_Box1f. Usage:
- Pass
null to use the default argument.
- Pass
new() to pass no object.
- Pass an instance of
Box_Box1f/ConstBox_Box1f directly.
- Pass
new(ref ...) to pass a reference to Box1f.
The documentation for this class was generated from the following file: