Click or drag to resize

PlayerMouse Methods

The PlayerMouse type exposes the following members.

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