C# Class Done_Explosion, Space-shootert

Inheritance: MonoBehaviour
Show file 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 property

public GameObject explosion
return GameObject

playerExplosion public property

public GameObject playerExplosion
return GameObject