Merge pull request #18 from Y-way/typo

拼写错误
pull/21/head
何冠峰 2022-07-02 15:27:59 +08:00 committed by GitHub
commit 65b43feb38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;