C# Class VisualEffectsEventListener, GameProject

Inheritance: Bolt.GlobalEventListener
Show file Open project: EECS390IndieTeam/GameProject

Public Properties

Property Type Description
ExplosionPrefab GameObject
WeaponFirePrefab GameObject

Public Methods

Method Description
OnEvent ( ExplosionEvent, evnt ) : void
OnEvent ( WeaponFireEvent, evnt ) : void

Method Details

OnEvent() public method

public OnEvent ( ExplosionEvent, evnt ) : void
evnt ExplosionEvent,
return void

OnEvent() public method

public OnEvent ( WeaponFireEvent, evnt ) : void
evnt WeaponFireEvent,
return void

Property Details

ExplosionPrefab public property

public GameObject ExplosionPrefab
return GameObject

WeaponFirePrefab public property

public GameObject WeaponFirePrefab
return GameObject