Uses of Interface
com.xebisco.yield.manager.TextureManager
Packages that use TextureManager
-
Uses of TextureManager in com.xebisco.yield
Methods in com.xebisco.yield that return TextureManagerModifier and TypeMethodDescriptionOnDemandTexture.ReturnTextureManager.textureManager()Returns theTextureManagerinstance. -
Uses of TextureManager in com.xebisco.yield.platform
Methods in com.xebisco.yield.platform that return TextureManagerModifier and TypeMethodDescriptionApplicationPlatform.textureManager()Get the texture manager instance. -
Uses of TextureManager in com.xebisco.yield.texture
Methods in com.xebisco.yield.texture that return TextureManagerModifier and TypeMethodDescriptionSpritesheetTexture.textureManager()Returns theTextureManagerresponsible for loading and unloading textures.Texture.textureManager()Returns theTextureManagerresponsible for loading and unloading textures.Constructors in com.xebisco.yield.texture with parameters of type TextureManagerModifierConstructorDescriptionSpritesheetTexture(String path, TextureManager textureManager, FileIOManager ioManager) Constructs aSpritesheetTexturefrom a given path andTextureManager.Texture(Object imageRef, Vector2D size, String path, TextureFilter filter, TextureManager textureManager, FileIOManager ioManager) Constructs a newTextureobject from an image reference and size.Texture(String path, TextureFilter filter, TextureManager textureManager, FileIOManager ioManager) Constructs a newTextureobject from a file path and texture filter.