A path graph changed event used to signal the pathfinding system that a recomputation may be necessary. More...
Public Types | |
| enum | ChangeType { ADD, REMOVE, INCREASE, DECREASE } |
| Graph change type indicating the change in an edge. One of add, remove, increase cost, or decrease cost. More... | |
Public Member Functions | |
| PathGraphChangedEventArgs (PathEdge edge, ChangeType changetype) | |
| Constructor. | |
Properties | |
| PathEdge | Edge [get] |
| Get Property for the changed edge. | |
| ChangeType | Change [get] |
| Get Property for the change type. | |
A path graph changed event used to signal the pathfinding system that a recomputation may be necessary.
Graph change type indicating the change in an edge. One of add, remove, increase cost, or decrease cost.
| RAIN.Path.PathGraph.PathGraphChangedEventArgs.PathGraphChangedEventArgs | ( | PathEdge | edge, |
| ChangeType | changetype | ||
| ) |
Constructor.
| edge | The path edge that changed |
| changetype | The type of change |
ChangeType RAIN.Path.PathGraph.PathGraphChangedEventArgs.Change [get] |
Get Property for the change type.
PathEdge RAIN.Path.PathGraph.PathGraphChangedEventArgs.Edge [get] |
Get Property for the changed edge.