[−][src]Module amethyst_utils::time_destroy
Allows you to automatically delete an entity after a set time has elapsed.
Structs
DestroyAtTime | Destroys the entity to which this is attached at the specified time (in seconds). |
DestroyAtTimeSystem | The system in charge of destroying entities with the |
DestroyInTime | Destroys the entity to which this is attached after the specified time interval (in seconds). |
DestroyInTimeSystem | The system in charge of destroying entities with the |