EnableAnimations
This function is deprecated, and will be removed in a later release. Use ShowProducts instead.
Enable or disable animations. By default animations are enabled. Animations are mainly:
- Sorters (Cross Belt Sorter, Tilt Tray Sorters etc…) animation when running.
- Conveyor belt animation when running, including arrows.
- Products
Function
void EnableAnimations(enable: bool)
Parameters
- enable (bool): true to enable animations, false otherwise.
Example
Disables animations.
SYM3.EnableAnimations(false);