Inheritance
RayInputModule.RayMouseState
protected class RayMouseState
Methods
Declaration
public bool AnyPressesThisFrame()
Returns
Declaration
public bool AnyReleasesThisFrame()
Returns
Declaration
public RayInputModule.RayButtonState GetButtonState(PointerEventData.InputButton button)
Parameters
Type |
Name |
Description |
PointerEventData.InputButton |
button |
|
Returns
Declaration
public void SetButtonState(PointerEventData.InputButton button, PointerEventData.FramePressState stateForMouseButton, RayEventData data)
Parameters
Type |
Name |
Description |
PointerEventData.InputButton |
button |
|
PointerEventData.FramePressState |
stateForMouseButton |
|
RayEventData |
data |
|