C# Class MapSettings, GrapplingHookFighters

Show file Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Public Properties

Property Type Description
canWeaponsSpawn bool[]
spawnRate float
weapons GameObject[]

Public Methods

Method Description
Awake ( ) : void
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

OnLevelWasLoaded() public method

public OnLevelWasLoaded ( int level ) : void
level int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

canWeaponsSpawn public property

public bool[] canWeaponsSpawn
return bool[]

spawnRate public property

public float spawnRate
return float

weapons public property

public GameObject[] weapons
return GameObject[]