Update SceneHandle.cs

pull/455/head
何冠峰 2024-12-31 10:16:29 +08:00
parent 769134eaf9
commit 42c87519e1
1 changed files with 2 additions and 1 deletions

View File

@ -113,7 +113,8 @@ namespace YooAsset
}
/// <summary>
/// 异步卸载子场景
/// 异步卸载场景对象
/// 注意场景卸载成功后会自动释放该handle的引用计数
/// </summary>
public UnloadSceneOperation UnloadAsync()
{