Show / Hide Table of Contents

Interface IOvermindView

An interface for testing OvermindView.

Namespace: Phoenix.BotBrain.Overmind.Views
Assembly: Phoenix.Plugin.BotBrain.Overmind.dll
Syntax
public interface IOvermindView

Methods

View Source

OnceVisible(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.

  • View Source
In this article
Back to top Generated by DocFX