Click or drag to resize

IVirtualAxisSet Method (Boolean)

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

Sets the next frame value. Convenience method for axes representing digital buttons.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
void Set(
	bool held
)

Parameters

held
Type: SystemBoolean
If true, will Set(Single) the axis value to 1. Otherwise, will set the value to 0.
Remarks
See Also