Interface ILayoutStartingListener
Allows services to perform an action before each layout starts.
public interface ILayoutStartingListener
Methods
HandleLayoutStartingAsync(Layout, CancellationToken)
Invoked after the layout is initialized but before the first phase starts.
UniTask HandleLayoutStartingAsync(Layout layout, CancellationToken token = default)
Parameters
layoutLayouttokenCancellationToken
Returns
- UniTask