C# Class MeteorShower, GrapplingHookFighters

Inheritance: MonoBehaviour
ファイルを表示 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_oe property

public int dropsAtime
return int

lifetime public_oe property

public float lifetime
return float

maxDrops public_oe property

public int maxDrops
return int

meteor public_oe property

public GameObject meteor
return GameObject