This is used for optional parameters of class FaceScalars with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_FaceScalars. Usage:
More...
|
|
static implicit | operator _InOptConst_FaceScalars (Const_FaceScalars value) |
| |
|
static unsafe implicit | operator _InOptConst_FaceScalars (MR.Misc._Moved< MR.Std.Vector_Float > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.FaceScalars.FaceScalars.
|
| |
This is used for optional parameters of class FaceScalars with default arguments. This is only used const parameters. For non-const ones we have _InOptMut_FaceScalars. Usage:
- Pass
null to use the default argument.
- Pass
new() to pass no object.
- Pass an instance of
FaceScalars/Const_FaceScalars to pass it to the function.
The documentation for this class was generated from the following file: