Click or drag to resize

IVirtualAxisAdd Method

[This is preliminary documentation and is subject to change.]

Adds a value to the uncommitted next frame. Convenience method for axes that accumulate input in-between frames.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
void Add(
	float value
)

Parameters

value
Type: SystemSingle
Value to add.
See Also