2020-10-23 01:50:33 +11:00
|
|
|
|
//using System;
|
|
|
|
|
//using System.Collections;
|
|
|
|
|
//using System.Collections.Generic;
|
|
|
|
|
//using System.Linq;
|
|
|
|
|
//using System.Text;
|
2020-11-03 20:59:13 +11:00
|
|
|
|
//using UnityExplorer.UI;
|
2020-10-08 06:15:42 +11:00
|
|
|
|
|
2020-11-09 21:38:25 +11:00
|
|
|
|
//namespace UnityExplorer.Inspectors.Reflection
|
2020-10-23 01:50:33 +11:00
|
|
|
|
//{
|
|
|
|
|
// public class CacheEnumerated : CacheObjectBase
|
|
|
|
|
// {
|
|
|
|
|
// public int Index { get; set; }
|
|
|
|
|
// public IList RefIList { get; set; }
|
|
|
|
|
// public InteractiveEnumerable ParentEnumeration { get; set; }
|
2020-10-08 06:15:42 +11:00
|
|
|
|
|
2020-10-23 01:50:33 +11:00
|
|
|
|
// public override bool CanWrite => RefIList != null && ParentEnumeration.OwnerCacheObject.CanWrite;
|
2020-10-08 06:15:42 +11:00
|
|
|
|
|
2020-10-23 01:50:33 +11:00
|
|
|
|
// public override void SetValue()
|
|
|
|
|
// {
|
|
|
|
|
// RefIList[Index] = IValue.Value;
|
|
|
|
|
// ParentEnumeration.Value = RefIList;
|
2020-10-08 06:15:42 +11:00
|
|
|
|
|
2020-10-23 01:50:33 +11:00
|
|
|
|
// ParentEnumeration.OwnerCacheObject.SetValue();
|
|
|
|
|
// }
|
|
|
|
|
// }
|
|
|
|
|
//}
|