拼写错误

pull/18/head
Y-way 2022-06-30 14:09:07 +08:00
parent 5425e17d6f
commit 8538d0de28
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ namespace YooAsset
/// 获取资源对象 /// 获取资源对象
/// </summary> /// </summary>
/// <typeparam name="TAsset">资源类型</typeparam> /// <typeparam name="TAsset">资源类型</typeparam>
public TAsset GetAssetObjet<TAsset>() where TAsset : UnityEngine.Object public TAsset GetAssetObject<TAsset>() where TAsset : UnityEngine.Object
{ {
if (IsValid == false) if (IsValid == false)
return null; return null;