Package games.pixscape.runtime.service
Class AtlasRuntimeService.TextureArrayBundle
java.lang.Object
games.pixscape.runtime.service.AtlasRuntimeService.TextureArrayBundle
- Enclosing class:
AtlasRuntimeService
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.badlogic.gdx.utils.IntIntMapfinal com.badlogic.gdx.graphics.TextureArray -
Constructor Summary
ConstructorsConstructorDescriptionTextureArrayBundle(com.badlogic.gdx.graphics.TextureArray ta, com.badlogic.gdx.utils.IntIntMap map) -
Method Summary
-
Field Details
-
textureArray
public final com.badlogic.gdx.graphics.TextureArray textureArray -
handle2layer
public final com.badlogic.gdx.utils.IntIntMap handle2layer
-
-
Constructor Details
-
TextureArrayBundle
public TextureArrayBundle(com.badlogic.gdx.graphics.TextureArray ta, com.badlogic.gdx.utils.IntIntMap map)
-