mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-17 00:27:56 +08:00
Progress on ReflectionInspector, framework mostly done
This commit is contained in:
@ -12,8 +12,6 @@ namespace UnityExplorer.UI.Widgets
|
||||
{
|
||||
public class ButtonListSource<T> : IPoolDataSource<ButtonCell>
|
||||
{
|
||||
public int GetRealIndexOfTempIndex(int index) => throw new NotImplementedException("TODO");
|
||||
|
||||
internal ScrollPool<ButtonCell> ScrollPool;
|
||||
|
||||
public int ItemCount => currentEntries.Count;
|
||||
|
Reference in New Issue
Block a user