Class PointerEvents
Inheritance
object
PointerEvents
Assembly: cs.temp.dll.dll
Syntax
public class PointerEvents : GroupEvents
Fields
OnPointerEnter
Declaration
public UnityEvent OnPointerEnter
Field Value
Type |
Description |
UnityEvent |
|
OnPointerExit
Declaration
public UnityEvent OnPointerExit
Field Value
Type |
Description |
UnityEvent |
|
OnPressHold
Declaration
public UnityEvent<Vector2> OnPressHold
Field Value
Type |
Description |
UnityEvent<><Vector2> |
|
OnPressRelease
Declaration
public UnityEvent OnPressRelease
Field Value
Type |
Description |
UnityEvent |
|
OnTap
Declaration
Field Value
Type |
Description |
UnityEvent |
|
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Overrides