A 2D Farming RPG
This is just a simple 2D farming RPG game
Loading...
Searching...
No Matches
ItemPickup Class Reference
Inheritance diagram for ItemPickup:
Inheritance graph
Collaboration diagram for ItemPickup:
Collaboration graph

Private Member Functions

void OnTriggerEnter2D (Collider2D collision)
 Get item details from collided object if the item details class attached to that. Print the details for testing purposes. More...
 

Detailed Description

Definition at line 3 of file ItemPickup.cs.

Member Function Documentation

◆ OnTriggerEnter2D()

void ItemPickup.OnTriggerEnter2D ( Collider2D  collision)
inlineprivate

Get item details from collided object if the item details class attached to that. Print the details for testing purposes.

Parameters
collision

Definition at line 10 of file ItemPickup.cs.


The documentation for this class was generated from the following file: