Liberi
An exergame built for kids with CP!
CollisionDespawner Class Reference

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...
 

Detailed Description

An object that should despawn when it collider with others.

Definition at line 9 of file CollisionDespawner.cs.

Member Data Documentation

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.


The documentation for this class was generated from the following file: