|
Jumpvalley 0.7.0
An app and library that can be used to test and run 3D platformer levels! Made with Godot.
|
Represents a folder (such as one on the filesystem) that contains a song and its info metadata. More...
Public Member Functions | |
| SongPackage (string path) | |
| Creates a SongPackage instance for a given folder path. | |
| Song | CreateSongInstance () |
| Creates a new Song instance using the file paths specified in DirPath and AudioPath. The created Song instance will have its info set to this SongPackage's current song info. | |
Public Attributes | |
| SongInfo | Info |
| The data of the corresponding "info.json" file. | |
| string | AudioPath |
| The file path to the song's audio file. | |
| string | DirPath |
| The directory path of this SongPackage | |
Represents a folder (such as one on the filesystem) that contains a song and its info metadata.
|
inline |
Creates a SongPackage instance for a given folder path.
| path | The folder path |
|
inline |
Creates a new Song instance using the file paths specified in DirPath and AudioPath. The created Song instance will have its info set to this SongPackage's current song info.