Interface IOvermindEditor
An interface used to edit overmind brains.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IOvermindEditor : IBrainEditor
Properties
View SourceRequirementTypes
Gets an enumeration of possible requirement types.
Declaration
IEnumerable<Type> RequirementTypes { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Type> |
Methods
View SourceCreateRequirement(string)
Creates a requirement.
Declaration
IRequirement CreateRequirement(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The requirement name. |
Returns
Type | Description |
---|---|
IRequirement | The created requirement. |