C# Class AssetPalette, unity-megaman-tutorials

Inheritance: MonoBehaviour
Show file Open project: tonybhimani/unity-megaman-tutorials Class Usage Examples

Public Properties

Property Type Description
enemyList EnemyList,
enemyPrefabs GameObject[],
itemList ItemList,
itemPrefabs GameObject[],

Property Details

enemyList public property

public EnemyList, enemyList
return EnemyList,

enemyPrefabs public property

public GameObject[], enemyPrefabs
return GameObject[],

itemList public property

public ItemList, itemList
return ItemList,

itemPrefabs public property

public GameObject[], itemPrefabs
return GameObject[],