mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-25 10:11:51 +00:00
拼写错误
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user