Show / Hide Table of Contents

Interface IOvermindHelper

A catch-all interface used to load and run the overmind with composition.

Inherited Members
IBrainHelper.Editor
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IOvermindHelper : IBrainHelper

Properties

View Source

Serializer

Gets the overmind file serializer.

Declaration
IOvermindSerializer Serializer { get; }
Property Value
Type Description
IOvermindSerializer
View Source

Updater

Gets the overmind brain updater.

Declaration
IOvermindUpdater Updater { get; }
Property Value
Type Description
IOvermindUpdater
  • View Source
In this article
Back to top Generated by DocFX