C# Class DestroybyContact, Space-shootert

Inheritance: MonoBehaviour
Show file Open project: cortexarts/Space-shootert

Public Properties

Property Type Description
explosion GameObject
playerExplosion GameObject
scoreValue int

Public Methods

Method Description
OnTriggerEnter ( Collider other ) : void
Start ( ) : void

Method Details

OnTriggerEnter() public method

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

Start() public method

public Start ( ) : void
return void

Property Details

explosion public property

public GameObject explosion
return GameObject

playerExplosion public property

public GameObject playerExplosion
return GameObject

scoreValue public property

public int scoreValue
return int