C# Class FallingRocksActivator, gmap377_leathGloves_inc

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

Public Properties

Property Type Description
FallingRocks GameObject[]

Public Methods

Method Description
OnTriggerEnter ( Collider activator ) : void

Checks for collison with the player and then activates rigidbodies on

Method Details

OnTriggerEnter() public method

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

Property Details

FallingRocks public_oe property

public GameObject[] FallingRocks
return GameObject[]