Click or drag to resize

InputMapperoptions Property

Gets the Options object. Configure settings here. If set to null, the default Options will be used instead. Changing this or any values in Options while the mapper is listening will have no effect until the mapper is started again.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public InputMapperOptions options { get; set; }

Property Value

Type: InputMapperOptions
See Also