PoolGroup.Prefab Property

Ultimate Pooling

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
Syntax
public abstract Object Prefab { get; set; }
function get_Prefab();
function set_Prefab(value);

Property Value

Type: Object
See Also