Skip to content

Commit

Permalink
update: interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubuns committed Jun 22, 2021
1 parent 84edafa commit 15b3ff9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Unity/Assets/AnKuchen/Runtime/KuchenList/IKuchenList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using AnKuchen.Map;
using UnityEngine;
using UnityEngine.UI;

namespace AnKuchen.KuchenList
{
Expand All @@ -12,6 +13,8 @@ public interface IKuchenList
IReadOnlyDictionary<int, IMappedObject> CreatedObjects { get; }
int ContentsCount { get; }
IReadonlyMargin Margin { get; }
ScrollRect ScrollRect { get; }
Action<int, IMappedObject> OnCreateObject { get; set; }

float NormalizedPosition { get; set; }

Expand Down

0 comments on commit 15b3ff9

Please sign in to comment.