This is used as a function parameter when the underlying function receives UiRenderManager by value. Usage:
More...
Public Member Functions | |
| _ByValue_UiRenderManager (Const_UiRenderManager new_value) | |
Static Public Member Functions | |
| static implicit | operator _ByValue_UiRenderManager (Const_UiRenderManager arg) |
This is used as a function parameter when the underlying function receives UiRenderManager by value. Usage:
new() to default-construct the instance.UiRenderManager/Const_UiRenderManager to copy it into the function.null to use the default argument, assuming the parameter has a default argument (has ? in the type).