We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92eb42d commit 053b9cfCopy full SHA for 053b9cf
Runtime/Ui/ViewStack/Sequences/IViewStackSequenceBuilder.cs
@@ -12,6 +12,7 @@ public interface IViewStackSequenceBuilder
12
IViewStackSequenceBuilder ShowLast(bool instantly);
13
IViewStackSequenceBuilder ShowLastBehindForeground(bool instantly);
14
IViewStackSequenceBuilder MoveToBackground<T>();
15
+ IViewStackSequenceBuilder MoveCurrentToForeground<T>();
16
IViewStackSequenceBuilder SetInteractable<T>(bool set);
17
IViewStackSequenceBuilder CurrentSetInteractable(bool set);
18
IViewStackSequenceBuilder Callback(Action callback);
0 commit comments