/// <summary> /// Sets the GetPooledBoxDelegate. /// </summary> /// <param name="getPooledBoxDelegate">New GetPooledBoxDelegate</param> public static void SetGetPooledBoxDelegate(GetPooledBoxDelegate getPooledBoxDelegate) { _GetPooledBoxDelegate = getPooledBoxDelegate; }