C# Class Done_Explosion, Space-shootert

Inheritance: MonoBehaviour
Exibir arquivo Open project: cortexarts/Space-shootert

Public Properties

Property Type Description
explosion GameObject
playerExplosion GameObject

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void

Method Details

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Property Details

explosion public_oe property

public GameObject explosion
return GameObject

playerExplosion public_oe property

public GameObject playerExplosion
return GameObject