C# Class GetItem, Game-2D-Zombie-Shooting

Returns the item stored in the group at the specified index
Inheritance: Method
Afficher le fichier Open project: liute62/Game-2D-Zombie-Shooting Class Usage Examples

Méthodes publiques

Свойство Type Description
ItemIndex int

Méthodes publiques

Méthode Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode Description
ChangeLevel ( string level ) : IEnumerator,
setItem ( int index ) : void

Method Details

OnTriggerEnter2D() public méthode

public OnTriggerEnter2D ( Collider2D other ) : void
other Collider2D
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

ItemIndex public_oe property

public int ItemIndex
Résultat int