Click or drag to resize

VirtualAxis Properties

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

The VirtualAxis type exposes the following members.

Properties
  NameDescription
Public propertyCode
InputCode associated with this axis, if any. Informative only.
Public propertyHasChanged
true if value on this axis has changed from the previous frame.
Public propertyIsDown
true if IsHeld was false in the previous frame but isn't in this one.
Public propertyIsHeld
true if this axis is not in the rest state in the current frame (i.e. Value is not zero).
Public propertyIsUp
true if IsHeld was true in the previous frame and isn't in this one.
Public propertyNextValue
Uncommitted value on this axis for the next frame. May change multiple times during a single frame until committed.
Public propertyPreviousValue
Value on this axis in the previous frame.
Public propertyValue
Value on this axis in the current frame.
Top
See Also