Prefabs

Prefabs manages prefabs and allows access to them.

Alias This

prefabs

Allows functions to be called on this like it were the AA.

Members

Static functions

initialize
void initialize()

Load and initialize all prefabs in FilePath.Resources.Prefabs.

refresh
void refresh()

Refreshes prefabs that are outdated.

Static variables

prefabs
Prefab[string] prefabs;

The AA of prefabs.

Meta