getpoolid - eisclimber/ExPresS-XR GitHub Wiki
Method in ObjectPool
Returns the pool id of an object (i.e. it's name capped at at most 7 characters).
public static string GetPoolId(GameObject go);| Name | Description |
|---|---|
UnityEngine.GameObject go |
GameObject to derive it's pool id from. |
The object's pool id.