getobjectpoolinfo - eisclimber/ExPresS-XR GitHub Wiki
Method in ObjectPoolManager
Returns the pool associated with an object based on its name (see ObjectPool.GetPoolId()).
public ObjectPool GetObjectPoolInfo(GameObject go)| Name | Description |
|---|---|
UnityEngine.GameObject go |
Object to find the pool for. |
An Object pool or null if none exists.