Package com.badlogic.gdx.utils

Examples of com.badlogic.gdx.utils.ReflectionPool.free()


     
      if (pool == null) {
        return; // Ignore freeing an object that was never retained.
      }
     
      pool.free(object);
    }

    public void freeAll(Array objects) {
      if (objects == null) throw new IllegalArgumentException("objects cannot be null.");
     
View Full Code Here


     
      if (pool == null) {
        return; // Ignore freeing an object that was never retained.
      }
     
      pool.free(object);
    }

    public void freeAll(Array objects) {
      if (objects == null) throw new IllegalArgumentException("objects cannot be null.");
     
View Full Code Here

     
      if (pool == null) {
        return; // Ignore freeing an object that was never retained.
      }
     
      pool.free(object);
    }

    public void freeAll(Array objects) {
      if (objects == null) throw new IllegalArgumentException("objects cannot be null.");
     
View Full Code Here

     
      if (pool == null) {
        return; // Ignore freeing an object that was never retained.
      }
     
      pool.free(object);
    }

    public void freeAll(Array objects) {
      if (objects == null) throw new IllegalArgumentException("objects cannot be null.");
     
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.