Skip to content

Commit 053b9cf

Browse files
committed
Current
1 parent 92eb42d commit 053b9cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtime/Ui/ViewStack/Sequences/IViewStackSequenceBuilder.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public interface IViewStackSequenceBuilder
1212
IViewStackSequenceBuilder ShowLast(bool instantly);
1313
IViewStackSequenceBuilder ShowLastBehindForeground(bool instantly);
1414
IViewStackSequenceBuilder MoveToBackground<T>();
15+
IViewStackSequenceBuilder MoveCurrentToForeground<T>();
1516
IViewStackSequenceBuilder SetInteractable<T>(bool set);
1617
IViewStackSequenceBuilder CurrentSetInteractable(bool set);
1718
IViewStackSequenceBuilder Callback(Action callback);

0 commit comments

Comments
 (0)