Rebornbuddy
|
Public Member Functions | |
PathVisualization3D (I3DDrawer drawer) | |
void | AddCorridorPolygon (Vector3[] poly, int numVerts) |
void | AddCorridorOutlineSegment (Vector3 start, Vector3 end, int startIndex, int endIndex) |
void | AddCorridorPortal (Vector3 start, Vector3 end) |
void | AddCurrentPolygon (Vector3[] vertices) |
void | AddDirectTravel (Vector3 start, Vector3 end) |
void | AddDirectTravel (Vector3 start, Vector3 end, Color color) |
void | AddPath (Vector3 current, List< Vector3 > locations) |
void | AddPath (Vector3 current, List< Vector3 > locations, Color color) |
ff14bot.Overlay3D.PathVisualization3D.PathVisualization3D | ( | I3DDrawer | drawer | ) |
void ff14bot.Overlay3D.PathVisualization3D.AddCorridorOutlineSegment | ( | Vector3 | start, |
Vector3 | end, | ||
int | startIndex, | ||
int | endIndex ) |
void ff14bot.Overlay3D.PathVisualization3D.AddCorridorPolygon | ( | Vector3[] | poly, |
int | numVerts ) |
void ff14bot.Overlay3D.PathVisualization3D.AddCorridorPortal | ( | Vector3 | start, |
Vector3 | end ) |
void ff14bot.Overlay3D.PathVisualization3D.AddCurrentPolygon | ( | Vector3[] | vertices | ) |
void ff14bot.Overlay3D.PathVisualization3D.AddDirectTravel | ( | Vector3 | start, |
Vector3 | end ) |
void ff14bot.Overlay3D.PathVisualization3D.AddDirectTravel | ( | Vector3 | start, |
Vector3 | end, | ||
Color | color ) |
void ff14bot.Overlay3D.PathVisualization3D.AddPath | ( | Vector3 | current, |
List< Vector3 > | locations ) |
void ff14bot.Overlay3D.PathVisualization3D.AddPath | ( | Vector3 | current, |
List< Vector3 > | locations, | ||
Color | color ) |