PoolGroup.Prefab Property
From Ultimate Pooling
Ultimate Pooling Scripting Reference
| PoolGroupPrefab Property |
Should be implemented by the inheritng class.
Should return the specific prefab type, For example 'GameObject'.
Namespace: UltimatePooling
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
public abstract Object Prefab { get; set; }
function get_Prefab(); function set_Prefab(value);