libgdx API

Uses of Class
com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks.ChunkReader.Chunk

Packages that use ChunkReader.Chunk
com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks   
 

Uses of ChunkReader.Chunk in com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks that return ChunkReader.Chunk
 ChunkReader.Chunk ChunkReader.Chunk.getChild(int id)
           
 ChunkReader.Chunk[] ChunkReader.Chunk.getChildren(int id)
           
 ChunkReader.Chunk ChunkReader.Chunk.getParent()
           
static ChunkReader.Chunk ChunkReader.readChunks(java.io.InputStream in)
           
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks that return types with arguments of type ChunkReader.Chunk
 Array<ChunkReader.Chunk> ChunkReader.Chunk.getChildren()
           
 

Methods in com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks with parameters of type ChunkReader.Chunk
static void ChunkReader.printChunks(ChunkReader.Chunk chunk)
          Prints a textual representation of the given Chunk hierarchy
 

Constructors in com.badlogic.gdx.graphics.g3d.loaders.g3d.chunks with parameters of type ChunkReader.Chunk
ChunkReader.Chunk(int id, ChunkReader.Chunk parent, byte[] bytes, int offset, int size)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)