Class MovementEvents
Inheritance
MonoBehaviour
MovementEvents
Assembly: cs.temp.dll.dll
Syntax
public class MovementEvents : MonoBehaviour
Fields
OnStartedMovingDown
Declaration
public UnityEvent OnStartedMovingDown
Field Value
Type |
Description |
UnityEvent |
|
OnStartedMovingLeft
Declaration
public UnityEvent OnStartedMovingLeft
Field Value
Type |
Description |
UnityEvent |
|
OnStartedMovingRight
Declaration
public UnityEvent OnStartedMovingRight
Field Value
Type |
Description |
UnityEvent |
|
OnStartedMovingUp
Declaration
public UnityEvent OnStartedMovingUp
Field Value
Type |
Description |
UnityEvent |
|
OnStoppedMoving
Declaration
public UnityEvent OnStoppedMoving
Field Value
Type |
Description |
UnityEvent |
|