Class SoundBufferLoader.SoundBufferLoaderParameter
java.lang.Object
com.badlogic.gdx.assets.AssetLoaderParameters<SoundBuffer>
de.pottgames.tuningfork.SoundBufferLoader.SoundBufferLoaderParameter
- Enclosing class:
SoundBufferLoader
public static class SoundBufferLoader.SoundBufferLoaderParameter
extends com.badlogic.gdx.assets.AssetLoaderParameters<SoundBuffer>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
com.badlogic.gdx.assets.AssetLoaderParameters.LoadedCallback -
Field Summary
FieldsModifier and TypeFieldDescriptioncom.badlogic.gdx.files.FileHandleA custom FileHandle object that can be set to specify an alternative file path for the asset.
If this is set, this path takes priority over the file name String given to the load function of the asset manager.
You can give the asset manager load method an arbitrary String that is just used to identify the asset, it must not point to the real file.
This is useful when multiple instances of the same asset need to be loaded with different configurations.booleanLoads the file for reversed playback.Fields inherited from class com.badlogic.gdx.assets.AssetLoaderParameters
loadedCallback -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
reverse
public boolean reverseLoads the file for reversed playback. -
file
public com.badlogic.gdx.files.FileHandle fileA custom FileHandle object that can be set to specify an alternative file path for the asset.
If this is set, this path takes priority over the file name String given to the load function of the asset manager.
You can give the asset manager load method an arbitrary String that is just used to identify the asset, it must not point to the real file.
This is useful when multiple instances of the same asset need to be loaded with different configurations.
-
-
Constructor Details
-
SoundBufferLoaderParameter
public SoundBufferLoaderParameter()
-