C# Class Bullet_Handler, ExorcistForHire

Inheritance: MonoBehaviour
Datei anzeigen Open project: JordanStone/ExorcistForHire Class Usage Examples

Public Properties

Property Type Description
destroyTime float
spawnTime float

Public Methods

Method Description
DestroyMe ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

DestroyMe() public method

public DestroyMe ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

destroyTime public_oe property

public float destroyTime
return float

spawnTime public_oe property

public float spawnTime
return float