Uses of Class
com.xebisco.yield.FileInput
Packages that use FileInput
-
Uses of FileInput in com.xebisco.yield
Subclasses of FileInput in com.xebisco.yieldModifier and TypeClassDescriptionclassThis abstract class represents a texture in the application.classTheOnDemandTextureclass extendsAbstractTextureand represents a texture that is loaded on demand.Methods in com.xebisco.yield that return FileInputModifier and TypeMethodDescriptionAudioPlayer.audioClip()The function returns the audio clip file input.Methods in com.xebisco.yield with parameters of type FileInputModifier and TypeMethodDescriptionAudioPlayer.setAudioClip(FileInput audioClip) This function sets the audio clip and unloads any previous audio clip if it exists. -
Uses of FileInput in com.xebisco.yield.font
Subclasses of FileInput in com.xebisco.yield.fontModifier and TypeClassDescriptionclassTheFontclass represents a font file with a specified size and font loader. -
Uses of FileInput in com.xebisco.yield.texture
Subclasses of FileInput in com.xebisco.yield.textureModifier and TypeClassDescriptionclassASpritesheetTexturerepresents a texture loaded from a spritesheet.classTheTextureclass represents an image texture and provides methods for processing and manipulating it.