Interface ITestLaunchGameRole
An interface for roles which simulate launching a game.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Samples.Meta
Assembly: BotBrain.Samples.dll
Syntax
public interface ITestLaunchGameRole : ILaunchGameRole, IRole, IEquatable<IRole>, IBasedOn<IRole>, IBasedOn
Properties
View SourceSimulateLaunch
Gets a value indicating whether or not to simulate launching a game.
Declaration
bool SimulateLaunch { get; }
Property Value
Type | Description |
---|---|
bool |
SimulateLaunchDelay
Gets the delay length to simulate launching a game.
Declaration
TimeSpan SimulateLaunchDelay { get; }
Property Value
Type | Description |
---|---|
TimeSpan |