BindingAddAvailableAxis Method |
Adds an available Axis with its RecognizionTreshold (how far the axis has to be changed so that it will be assigned to the binding)
Namespace: Codolith.InputManagerAssembly: Codolith.InputManager (in Codolith.InputManager.dll) Version: 1.0.5438.34543
Syntax public static void AddAvailableAxis(
string axisname,
float axisRecognizionTreshold
)
Parameters
- axisname
- Type: SystemString
Axisname. - axisRecognizionTreshold
- Type: SystemSingle
Axis recognizion treshold.
See Also