Uses of Class
com.xebisco.yield.texture.SpritesheetTexture
Packages that use SpritesheetTexture
-
Uses of SpritesheetTexture in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type SpritesheetTextureModifier and TypeMethodDescriptionTextureManager.getTextureFromRegion(int x, int y, int width, int height, TextureFilter filter, SpritesheetTexture spritesheetTexture) TextureManager.loadSpritesheetTexture(SpritesheetTexture spritesheetTexture, Vector2D size, FileIOManager ioManager) voidTextureManager.unloadSpritesheetTexture(SpritesheetTexture spritesheetTexture, FileIOManager ioManager) -
Uses of SpritesheetTexture in com.xebisco.yield.texture
Methods in com.xebisco.yield.texture that return SpritesheetTextureModifier and TypeMethodDescriptionSpritesheetTexture.setImageRef(Object imageRef) Sets the image reference for this texture.