btex stuffs

This commit is contained in:
minjaesong
2024-04-24 01:13:46 +09:00
parent e2a87d0e14
commit 76dd9a98e4
18 changed files with 602 additions and 182 deletions

View File

@@ -7,6 +7,10 @@ import com.badlogic.gdx.utils.Disposable
*/
abstract class AudioBank : Disposable {
/**
* If the audio bank is a virtual instrument, set this property to `true`; if the audio bank reads audio
* sample directly from the disk, set it to `false`
*/
open val notCopyable: Boolean = false
protected val hash = System.nanoTime()