Class PointerMovementEvents
Inheritance
object
PointerMovementEvents
Assembly: cs.temp.dll.dll
Syntax
public class PointerMovementEvents : GroupEvents
Fields
Declaration
public UnityEvent<float> OnMouseScroll
Field Value
Type |
Description |
UnityEvent<><float> |
|
OnMoveDown
Declaration
public UnityEvent<float> OnMoveDown
Field Value
Type |
Description |
UnityEvent<><float> |
|
OnMoveLeft
Declaration
public UnityEvent<float> OnMoveLeft
Field Value
Type |
Description |
UnityEvent<><float> |
|
OnMoveRight
Declaration
public UnityEvent<float> OnMoveRight
Field Value
Type |
Description |
UnityEvent<><float> |
|
OnMoveUp
Declaration
public UnityEvent<float> OnMoveUp
Field Value
Type |
Description |
UnityEvent<><float> |
|
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Overrides