Code Reference‎ > ‎SpawnPool‎ > ‎

.GetPrefab()

Transform GetPrefab(Transform prefab)    

Description
Returns the prefab used to create the passed instance. This is provided for convienince as Unity doesn't offer this feature.




GameObject GetPrefab(GameObject prefab)    

Description
Returns the prefab used to create the passed instance. This is provided for convienince as Unity doesn't offer this feature.