C# Class MeteorShower, GrapplingHookFighters

Inheritance: MonoBehaviour
Show file Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
dropsAtime int
lifetime float
maxDrops int
meteor GameObject

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

determinespawn() public method

public determinespawn ( ) : void
return void

Property Details

dropsAtime public property

public int dropsAtime
return int

lifetime public property

public float lifetime
return float

maxDrops public property

public int maxDrops
return int

meteor public property

public GameObject meteor
return GameObject