Method | Description | |
---|---|---|
GetPathReverse ( |
||
MapControl ( ) : System | ||
RunTest ( int test ) : void | ||
ScreenPointToMapLocation ( Point p ) : IntVector3 | ||
ScreenTileToMapLocation ( IntVector2 st ) : IntVector3 | ||
Signal ( ) : void |
Method | Description | |
---|---|---|
OnInitialized ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnRenderTiles ( DrawingContext drawingContext, Size renderSize, TileRenderContext ctx ) : void |
Method | Description | |
---|---|---|
AStarDebugCallback ( AStarNode>.IDictionary |
||
ClearMap ( ) : void | ||
DoAStar ( IntVector3 src, IntVector3 dst ) : void | ||
MapControl_GridSizeChanged ( object ob, IntSize2 gridSize ) : void | ||
MapControl_ScreenCenterPosChanged ( object arg1, DoubleVector3 arg2, IntVector3 arg3 ) : void | ||
Notify ( string propertyName ) : void | ||
OnDragAborted ( ) : void | ||
OnDragEnded ( Point pos ) : void | ||
OnDragStarted ( Point pos ) : void | ||
OnDragging ( Point pos ) : void | ||
OnMouseClicked ( object sender, MouseButtonEventArgs e ) : void | ||
UpdateCurrentTileInfo ( Point pos ) : void | ||
UpdateTile ( RenderTileData &tile, IntVector3 ml ) : void |
public GetPathReverse ( |
||
lastNode | ||
return | IEnumerable |
protected OnInitialized ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnRenderTiles ( DrawingContext drawingContext, Size renderSize, TileRenderContext ctx ) : void | ||
drawingContext | DrawingContext | |
renderSize | Size | |
ctx | TileRenderContext | |
return | void |
public ScreenPointToMapLocation ( Point p ) : IntVector3 | ||
p | Point | |
return | IntVector3 |
public ScreenTileToMapLocation ( IntVector2 st ) : IntVector3 | ||
st | IntVector2 | |
return | IntVector3 |