C# Class FallingRocksActivator, gmap377_leathGloves_inc

Falling rocks activator. Attach to a trigger and assign the objects you want to activate.
Inheritance: MonoBehaviour
Afficher le fichier Open project: bi3mer/gmap377_leathGloves_inc

Méthodes publiques

Свойство Type Description
FallingRocks GameObject[]

Méthodes publiques

Méthode Description
OnTriggerEnter ( Collider activator ) : void

Checks for collison with the player and then activates rigidbodies on

Method Details

OnTriggerEnter() public méthode

Checks for collison with the player and then activates rigidbodies on
public OnTriggerEnter ( Collider activator ) : void
activator Collider Activator.
Résultat void

Property Details

FallingRocks public_oe property

public GameObject[] FallingRocks
Résultat GameObject[]