VFX Component
This component belongs to the following package:
- com.yahaha.sdk.horrorgame
This VFX Component collects all special visual effects (VFX) attached to the game object and its child objects on start. It provides actions to operate and control these VFX during runtime.
Property | Description |
---|---|
Play on Start | If enabled, VFX will start playing automatically when the game starts. |
Events and Actions
Events
- None
Actions
- Play: Plays all particle systems wrapped within this Component.
- Stop: Stops all playing particle systems, without clearing particles that have already been emitted.
- Pause: Pauses all playing particle systems.
- UnPause: Resumes all paused particle system playbacks.