getpoolid - eisclimber/ExPresS-XR GitHub Wiki

ObjectPool.GetPoolId(GameObject)

Method in ObjectPool

Summary

Returns the pool id of an object (i.e. it's name capped at at most 7 characters).

public static string GetPoolId(GameObject go);

Parameters

Name Description
UnityEngine.GameObject go GameObject to derive it's pool id from.

Returns

The object's pool id.

⚠️ **GitHub.com Fallback** ⚠️