PlayerIs |
Name | Description | |
---|---|---|
![]() | IsCurrentInputSource(Int32, Controller) | Checks whether a particular controller contributed input to this Action in the current frame. |
![]() | IsCurrentInputSource(Int32, ControllerType) | Checks whether any controller of type contributed input to this Action in the current frame. |
![]() | IsCurrentInputSource(String, Controller) | Checks whether a particular controller contributed input to this Action in the current frame. |
![]() | IsCurrentInputSource(String, ControllerType) | Checks whether any controller of controller type contributed input to this Action in the current frame. |
![]() | IsCurrentInputSource(Int32, ControllerType, Int32) | Checks whether a particular controller contributed input to this Action in the current frame. |
![]() | IsCurrentInputSource(String, ControllerType, Int32) | Checks whether a particular controller contributed input to this Action in the current frame. |