| ConfigurableInputCommandLogicalPlayerIndex Property |
Gets or sets the index of the logical player.
Namespace: DigitalRune.Game.InputAssembly: DigitalRune.Game.Input (in DigitalRune.Game.Input.dll) Version: 1.8.0.0 (1.8.0.14467)
Syntax public LogicalPlayerIndex LogicalPlayerIndex { get; set; }
Public Property LogicalPlayerIndex As LogicalPlayerIndex
Get
Set
public:
property LogicalPlayerIndex LogicalPlayerIndex {
LogicalPlayerIndex get ();
void set (LogicalPlayerIndex value);
}
member LogicalPlayerIndex : LogicalPlayerIndex with 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 See Also