Click or drag to resize

PlayerController Methods

The PlayerController type exposes the following members.

Methods
  NameDescription
Public methodGetAxis
Gets the current axis value.
Public methodGetAxisRaw
Gets the current raw axis value.
Public methodGetButton
Gets the current value of the button.
Public methodGetButtonDown
Gets the down state of the button. Returns True only on the first frame the button was pressed.
Public methodGetButtonUp
Gets the up state of the button. Returns True only on the first frame the button was released.
Public methodGetElement(Int32)
Gets the element at the specified index.
Public methodGetElementT(Int32)
Gets the element at the specified index.
Top
See Also