Show / Hide Table of Contents

Interface ILaunchGameRole

An interface for roles which launch a game.

Inherited Members
IRole.Name
IRole.Type
IRole.NumDevices
IEquatable<IRole>.Equals(IRole)
IBasedOn<IRole>.BasedOn
IBasedOn<IRole>.BasedOnObject
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface ILaunchGameRole : IRole, IEquatable<IRole>, IBasedOn<IRole>, IBasedOn

Properties

View Source

Launch

Gets the game to launch.

Declaration
GameConfiguration Launch { get; }
Property Value
Type Description
GameConfiguration
  • View Source
In this article
Back to top Generated by DocFX