C# Class MovementEventArgs

Inheritance: EventArgs
Afficher le fichier Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
DestinationCell Cell,
OriginCell Cell,
Path List

Méthodes publiques

Méthode Description
MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine

Method Details

MovementEventArgs() public méthode

public MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine
sourceCell Cell,
destinationCell Cell,
path List
Résultat UnityEngine

Property Details

DestinationCell public_oe property

public Cell, DestinationCell
Résultat Cell,

OriginCell public_oe property

public Cell, OriginCell
Résultat Cell,

Path public_oe property

public List Path
Résultat List