C# Class spawnExplodingPill, CLOG2015

Inheritance: MonoBehaviour
ファイルを表示 Open project: bennorskov/CLOG2015

Public Properties

Property Type Description
expPill GameObject

Public Methods

Method Description
Start ( ) : void
Update ( ) : void
shootAuto ( ) : void
spawnAPill ( ) : void
turnOnShooter ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

shootAuto() public method

public shootAuto ( ) : void
return void

spawnAPill() public method

public spawnAPill ( ) : void
return void

turnOnShooter() public method

public turnOnShooter ( ) : void
return void

Property Details

expPill public_oe property

public GameObject expPill
return GameObject