This commit is contained in:
陈思海 2026-04-07 16:58:51 +08:00
parent bfcc1b5fd6
commit e3d136a611

View File

@ -7,8 +7,8 @@ namespace AlicizaX.Resource.Runtime
[Serializable] [Serializable]
public class LoadAssetObject public class LoadAssetObject
{ {
[SerializeField] public ISetAssetObject AssetObject { get; } public ISetAssetObject AssetObject { get; }
[SerializeField] public UnityEngine.Object AssetTarget { get; } public UnityEngine.Object AssetTarget { get; }
#if UNITY_EDITOR #if UNITY_EDITOR
public bool IsSelect { get; set; } public bool IsSelect { get; set; }
#endif #endif