Signature


[SerializeField] private GameObject m_prefab_item;

Description


It means the prefab of the item you want to create.

At this time, prefab must have a component that inherited ItemViewList<_ItemComponentClass>.Item.

// Need to add images