Skip to content

getobjectpoolinfo

eisclimber edited this page Apr 4, 2026 · 1 revision

ObjectPoolManager.GetObjectPoolInfo(GameObject)

Method in ObjectPoolManager

Summary

Returns the pool associated with an object based on its name (see ObjectPool.GetPoolId()).

public ObjectPool GetObjectPoolInfo(GameObject go)

Parameters

Name Description
UnityEngine.GameObject go Object to find the pool for.

Returns

An Object pool or null if none exists.

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally