<node3d>.pauseActions

Pause actions

 

<node3d>.pauseActions(
    pool = 0    

)

 

pool = 0

Action pool number or viz.ALL_POOLS


Remarks

This command will pause the specified action pool. The actions in the pool will not be updated while it is paused.

Return Value

None

Example

#Add an action
node.addAction(action)
.
.
.
#Pause the action
node.pauseActions()

See also

<node3d>.addAction
<node3d>.clearActionList
<node3d>.clearActions
<node3d>.endAction
<node3d>.getAction
<node3d>.resumeActions
<node3d>.runAction