Class ScenarioEventArgs
Base class for overmind events related to scenarios.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public class ScenarioEventArgs : OvermindEventArgs
Remarks
Initializes a new instance of the ScenarioEventArgs class.
Constructors
View SourceScenarioEventArgs(IScenario)
Base class for overmind events related to scenarios.
Declaration
public ScenarioEventArgs(IScenario scenario)
Parameters
Type | Name | Description |
---|---|---|
IScenario | scenario | The scenario. |
Remarks
Initializes a new instance of the ScenarioEventArgs class.
Properties
View SourceScenario
Gets the scenario.
Declaration
public IScenario Scenario { get; }
Property Value
Type | Description |
---|---|
IScenario |