-
-
Notifications
You must be signed in to change notification settings - Fork 18
mp_grid_draw
CryoEagle edited this page Feb 15, 2019
·
1 revision
Draws grid data
mp_grid_draw(outline, alpha)
Argument | Description |
---|---|
bool outline |
Outline option |
double alpha |
Make drawing transparent |
Returns: void
This function will draw grid data, it's useful for debugging project.
mp_grid_draw(false);
This code will draw grid data with false
option for outline.
Back to Motion Planning