Pause Events
Story Tellers iOS Starter Kit 2 Documentation
- Pause – value should be the node name you want to pause. This will pause all Actions on the node. The value can be a String or Array to pause multiple nodes.
- Unpause –Â value should be the node name you want to unpause. The value can be a String or Array to unpause multiple nodes.
- PauseOrUnpause – value should be the node name you want to unpause or pause. If paused, the node will unpause and vice versa. The value can be a String or Array to target multiple nodes.
- PauseOrUnpausePage – value can be blank, this will unpause / pause the main scene (which pauses everything in it).