C# Class UnityEngine.EventSystems.PointerInputModule.MouseButtonEventData

Information about a mouse button event.

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
buttonData PointerEventData
buttonState PointerEventData.FramePressState

Méthodes publiques

Méthode Description
PressedThisFrame ( ) : bool

Was the button pressed this frame?

ReleasedThisFrame ( ) : bool

Was the button released this frame?

Method Details

PressedThisFrame() public méthode

Was the button pressed this frame?

public PressedThisFrame ( ) : bool
Résultat bool

ReleasedThisFrame() public méthode

Was the button released this frame?

public ReleasedThisFrame ( ) : bool
Résultat bool

Property Details

buttonData public_oe property

Pointer data associated with the mouse event.

public PointerEventData,UnityEngine.EventSystems buttonData
Résultat PointerEventData

buttonState public_oe property

The state of the button this frame.

public PointerEventData.FramePressState buttonState
Résultat PointerEventData.FramePressState