C# Class MapSettings, GrapplingHookFighters

Afficher le fichier Open project: PurdueSIGGD/GrapplingHookFighters Class Usage Examples

Méthodes publiques

Свойство Type Description
canWeaponsSpawn bool[]
spawnRate float
weapons GameObject[]

Méthodes publiques

Méthode Description
Awake ( ) : void
OnLevelWasLoaded ( int level ) : void
Start ( ) : void
Update ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

OnLevelWasLoaded() public méthode

public OnLevelWasLoaded ( int level ) : void
level int
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

canWeaponsSpawn public_oe property

public bool[] canWeaponsSpawn
Résultat bool[]

spawnRate public_oe property

public float spawnRate
Résultat float

weapons public_oe property

public GameObject[] weapons
Résultat GameObject[]