Skip to content

Commit

Permalink
Extended AssetDescriptor documentation. #182
Browse files Browse the repository at this point in the history
  • Loading branch information
czyzby committed Apr 24, 2020
1 parent 007b5c4 commit 93a90d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets-async/src/main/kotlin/ktx/assets/async/storage.kt
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ class AssetStorage(
*
* If the asset requires a [FileHandle] incompatible with the storage [fileResolver],
* use the [fileHandle] parameter to set it.
*
* Top-level (static) alternatives can be found in `ktx-assets`. See [ktx.assets.assetDescriptor].
*/
inline fun <reified T> getAssetDescriptor(
path: String,
Expand Down

0 comments on commit 93a90d3

Please sign in to comment.