Interface IUrgeList<TState, TBot, TAction>
An interface for a list of urges, which can be used as a single urge.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain
Assembly: BotBrain.Abstractions.dll
Syntax
public interface IUrgeList<TState, TBot, TAction> : IUrgeList, IUrge<TState, TBot, TAction>, IUrge, IEquatable<IUrge?> where TBot : IAutomatedBot<TAction>
Type Parameters
Name | Description |
---|---|
TState | The game state type. |
TBot | The bot type. |
TAction | The action type. |
Properties
View SourceUrges
Gets the collection of urges.
Declaration
ICollection<IUrge<TState, TBot, TAction>> Urges { get; }
Property Value
Type | Description |
---|---|
ICollection<IUrge<TState, TBot, TAction>> |