Click or drag to resize

IVirtualAxisIsDown Property

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

true if IsHeld was false in the previous frame but isn't in this one.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
bool IsDown { get; }

Property Value

Type: Boolean
If true, this axis has left rest state in the current frame.
See Also