Inherits AZ::ComponentBus.
|
|
virtual void | Play ()=0 |
| | Triggers the particle system to start playing.
|
| |
|
virtual void | Pause ()=0 |
| | Pauses the particle system simulation.
|
| |
|
virtual void | Stop ()=0 |
| | Stops the particle system simulation.
|
| |
| virtual void | SetVisibility (bool visible)=0 |
| |
| virtual bool | GetVisibility () const =0 |
| |
◆ GetVisibility()
| virtual bool OpenParticle::ParticleRequest::GetVisibility |
( |
| ) |
const |
|
pure virtual |
Retrieves the current visibility state of the particle system.
- Returns
- true if the particle system is visible; false otherwise.
◆ SetVisibility()
| virtual void OpenParticle::ParticleRequest::SetVisibility |
( |
bool |
visible | ) |
|
|
pure virtual |
Sets the visibility state of the particle system.
- Parameters
-
| visible | If true, the particle system will be rendered. If false, it will remain hidden until visibility is restored. |
The documentation for this class was generated from the following file:
- Gems/OpenParticleSystem/Code/Include/OpenParticleSystem/ParticleRequestBus.h