Click or drag to resize

PlayerIsCurrentInputSource Method

Overload List
  NameDescription
Public methodIsCurrentInputSource(Int32, Controller)
Checks whether a particular controller contributed input to this Action in the current frame.
Public methodIsCurrentInputSource(Int32, ControllerType)
Checks whether any controller of type contributed input to this Action in the current frame.
Public methodIsCurrentInputSource(String, Controller)
Checks whether a particular controller contributed input to this Action in the current frame.
Public methodIsCurrentInputSource(String, ControllerType)
Checks whether any controller of controller type contributed input to this Action in the current frame.
Public methodIsCurrentInputSource(Int32, ControllerType, Int32)
Checks whether a particular controller contributed input to this Action in the current frame.
Public methodIsCurrentInputSource(String, ControllerType, Int32)
Checks whether a particular controller contributed input to this Action in the current frame.
Top
See Also