Cornell Tech-Unity-project  1.0
Public Member Functions | Public Attributes | List of all members
PrefabDB Class Reference

Scriptable object that acts as a DB for all interactable objects. More...

Inheritance diagram for PrefabDB:

Public Member Functions

GameObject getPrefab (string itemString)
 Retrieves Gameobject by name More...
 

Public Attributes

GameObject[] prefabs
 

Detailed Description

Scriptable object that acts as a DB for all interactable objects.

Member Function Documentation

GameObject PrefabDB.getPrefab ( string  itemString)

Retrieves Gameobject by name

Parameters
itemStringName of the Gameobject that will be searched in DB
Returns
Gameobject from DB

Member Data Documentation

GameObject [] PrefabDB.prefabs

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