Interface IOvermindView
An interface for testing OvermindView.
Namespace: Phoenix.BotBrain.Overmind.Views
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IOvermindView
Methods
View SourceOnceVisible(Action)
Queues an action to execute once the view is visible, or immediately if the view is visible.
Declaration
void OnceVisible(Action action)
Parameters
Type | Name | Description |
---|---|---|
Action | action | The action to execute. |