Home | History | Annotate | Download | only in collision

Lines Matching refs:Array

8 	 * @param out The array to fill with collision objects
10 * @param tempArray A temporary array used by the method, not more object than the length of this array are added
11 * @return The array specified by out */
12 public com.badlogic.gdx.utils.Array<btCollisionObject> getCollisionObjects(final com.badlogic.gdx.utils.Array<btCollisionObject> out, final btCollisionObject other, final int[] tempArray) {
19 /** Fills the given array with user value set using {@link btCollisionObject#setUserValue(int)} of the collision objects
20 * within this pair array colliding with the given collision object.
21 * @param out The array to fill with the user values
23 * @return The amount of user values set in the out array. */