Interface IRole
An interface for a role within a scenario.
Inherited Members
Namespace: Microsoft.XboxStudios.BotBrain.Overmind
Assembly: BotBrain.Overmind.dll
Syntax
public interface IRole : IEquatable<IRole>, IBasedOn<IRole>, IBasedOn
Properties
View SourceName
Gets the role name.
Declaration
string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
NumDevices
Gets the number of devices that should be assigned this role.
Declaration
int NumDevices { get; }
Property Value
| Type | Description |
|---|---|
| int |
Type
Gets the type name.
Declaration
string Type { get; }
Property Value
| Type | Description |
|---|---|
| string |