![]() |
Liberi
An exergame built for kids with CP!
|
An object that should despawn when it collider with others. More...
Inherits MonoBehaviour.
Public Attributes | |
List< string > | Tags |
A list of Tags. The object will only despawn if the collided object has one of these tags. If the list is empty, all colisions will cause this object to despawn. More... | |
An object that should despawn when it collider with others.
Definition at line 9 of file CollisionDespawner.cs.
List<string> CollisionDespawner.Tags |
A list of Tags. The object will only despawn if the collided object has one of these tags. If the list is empty, all colisions will cause this object to despawn.
Definition at line 15 of file CollisionDespawner.cs.