Show / Hide Table of Contents

Class MovementEvents

Inheritance
MonoBehaviour
MovementEvents
Namespace: Alegra.DimSums
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
Back to top Generated by DocFX