Click or drag to resize
DigitalRuneConfigurableInputCommandScale Property
Gets or sets the scale that is applied to the Value.

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

Property Value

Type: Single
The scale that is applied to the Value. The default value is 1.
See Also