Liberi
An exergame built for kids with CP!
ItemRegistry Class Reference

A class that loads all Item Serializeable Objects from the Resources folder and provides the ability to get that data given the item's ID. More...

Inherits MonoBehaviour.

Static Public Member Functions

static T GetItem< T > (string id)
 Returns the Item of type T of a given ID. T must be either Item or a class derived from Item. More...
 

Detailed Description

A class that loads all Item Serializeable Objects from the Resources folder and provides the ability to get that data given the item's ID.

Definition at line 9 of file ItemRegistry.cs.

Member Function Documentation

static T ItemRegistry.GetItem< T > ( string  id)
inlinestatic

Returns the Item of type T of a given ID. T must be either Item or a class derived from Item.

Type Constraints
T :Item 

Definition at line 25 of file ItemRegistry.cs.


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