Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-ogi committed Nov 14, 2024
1 parent ae344e7 commit 18a2d2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/AssetManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,12 @@ export class AssetManager implements AssetLoadHandler {
return "/" + virtualPath;
}

setAssetBundle(assetBundle: AssetBundleConfiguration): void {
/**
* アセットバンドルを設定する。
*
* @param assetBundle アセットバンドル
*/
setAssetBundle(assetBundle: AssetBundleConfiguration | null): void {
this._assetBundle = assetBundle;
}

Expand Down

0 comments on commit 18a2d2a

Please sign in to comment.