Enable/Disable the link
| <link>.setEnabled( | |
| flag |
)
flag
True or False to enable/disable the link. Can also be viz.TOGGLE, to toggle the status.
When the link is disabled, it will not be automatically updated every frame. You can still use the <link>.update command to manually update a disable or enabled link.
None