C# Class MuzzleFlash, Galaxy-Breacher

Inheritance: MonoBehaviour
Show file Open project: gamkedo-la/Galaxy-Breacher Class Usage Examples

Public Properties

Property Type Description
nearLayer GameObject
shellEject ParticleSystem
spinLayer GameObject

Public Methods

Method Description
Reset ( ) : void
Start ( ) : void
Strobe ( ) : void
Update ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Strobe() public method

public Strobe ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

nearLayer public property

public GameObject nearLayer
return GameObject

shellEject public property

public ParticleSystem shellEject
return ParticleSystem

spinLayer public property

public GameObject spinLayer
return GameObject