Editar

Interactable.ClickCount Property

Definition

How many times this interactable was clicked

public:
 property int ClickCount { int get(); };
public int ClickCount { get; }
member this.ClickCount : int
Public ReadOnly Property ClickCount As Integer

Property Value

Remarks

Useful for checking when a click event occurs.

Applies to