ShowProducts
Turn the rendering of products on (true) or off (false).
Function
void ShowProducts(visible: bool)
Parameters
- visible (bool): true shows products, false hides them. The default value is true.
Example
This example will hide products:
SYM3.ShowProducts(false);