C# Class MovementEventArgs

Inheritance: EventArgs
Mostra file Open project: TheJP/GlobalGameJam2016 Class Usage Examples

Public Properties

Property Type Description
DestinationCell Cell,
OriginCell Cell,
Path List

Public Methods

Method Description
MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine

Method Details

MovementEventArgs() public method

public MovementEventArgs ( Cell, sourceCell, Cell, destinationCell, List path ) : UnityEngine
sourceCell Cell,
destinationCell Cell,
path List
return UnityEngine

Property Details

DestinationCell public_oe property

public Cell, DestinationCell
return Cell,

OriginCell public_oe property

public Cell, OriginCell
return Cell,

Path public_oe property

public List Path
return List