feat: 本地化字体兼容
This commit is contained in:
@@ -140,6 +140,15 @@ namespace AibisDream.Framework
|
||||
public static void EarlyRelease<T>(AsyncOperationHandle<T> handle)
|
||||
=> ActiveLoader.EarlyRelease(handle);
|
||||
|
||||
/// <summary>
|
||||
/// 提前释放持久化 Loader 中指定 Key 的资源。
|
||||
/// </summary>
|
||||
public static void EarlyReleasePersistent(string key)
|
||||
{
|
||||
if (_persistentLoader != null)
|
||||
_persistentLoader.EarlyRelease(key);
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user