This command waits until a certain number of frames have been rendered. IMPORTANT: Only use this command from within a director function
| <viz>.waitFrame( | |
| frames = 1 |
)
frames = 1
The number of frames to wait for
This command should only be used within a director function. When this command is called it pauses the director function and waits until the given number of frames have been rendered.
None