ProjectNode.lockUpdate Method

Prevents visual updates while a series of actions is being performed.

Syntax

public void lockUpdate()

Run On

Called

Remarks

To perform visual updates after the series of actions, call unlockUpdate.

See Also

ProjectNode Class

ProjectNode.unlockUpdate Method