C# Class CollectablePickup, kaijurising

Inheritance: AbstractPickup
Mostra file Open project: Moehammered/kaijurising

Public Methods

Method Description
activatePickup ( GameObject target ) : void

Protected Methods

Method Description
OnTriggerEnter ( Collider col ) : void
storePickup ( PickupInventory, inventory ) : void

Method Details

OnTriggerEnter() protected method

protected OnTriggerEnter ( Collider col ) : void
col Collider
return void

activatePickup() public method

public activatePickup ( GameObject target ) : void
target GameObject
return void

storePickup() protected method

protected storePickup ( PickupInventory, inventory ) : void
inventory PickupInventory,
return void