FMOD Studio User Manual 2.02
Types:
Extension Methods:
The base class representation for a file asset's metadata.
An audio file asset containing sound data.
See Also: Audio File, studio.project.importAudioFile.
Retrieves the absolute path of the file the asset refers to.
Asset.getAbsoluteAssetPath()
Returns the absolute path of the file the asset refers to.
See Also: Managing Assets
Retrieves the path of the file the asset refers to, relative to the project assets directory.
Asset.getAssetPath()
Returns the path of the file the asset refers to, relative to the project assets directory.
Sets the path of the file the asset refers to, relative to the project assets directory.
Asset.setAssetPath(
filePath
)
Returns true if the operation succeeds, or false otherwise.
Calling this function will move the underlying file asset on disk.