Interface IBotViewModelWithBrain
A view model for a bot that is a brain or is controlled by one.
Inherited Members
Namespace: Phoenix.BotBrain
Assembly: Phoenix.Plugin.BotBrain.BrainEditor.dll
Syntax
public interface IBotViewModelWithBrain : IBotViewModel, INotifyPropertyChanged, IOnSelected
Properties
View SourceBrain
Gets or sets the brain.
Declaration
IBotBrain? Brain { get; set; }
Property Value
Type | Description |
---|---|
IBotBrain |