Click or drag to resize
DigitalRuneConfigurableInputCommandLogicalPlayerIndex Property
Gets or sets the index of the logical player.

Namespace: DigitalRune.Game.Input
Assembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax
public LogicalPlayerIndex LogicalPlayerIndex { get; set; }

Property Value

Type: LogicalPlayerIndex
The index of the logical player. The default value is One. This value must not be set to Any.
Exceptions
ExceptionCondition
ArgumentException Property is set to Any.
See Also