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

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

Public Properties

Property Type Description
ItemIndex int

Public Methods

Method Description
OnTriggerEnter2D ( Collider2D other ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
ChangeLevel ( string level ) : IEnumerator,
setItem ( int index ) : void

Method Details

OnTriggerEnter2D() public method

public OnTriggerEnter2D ( Collider2D other ) : void
other Collider2D
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

ItemIndex public_oe property

public int ItemIndex
return int