Register a WorldPaintable object to be painted on the map. By doing so, the object will be painted immediately on the correct position, and when the user navigates around, the map will automatically make sure the WorldPaintable object is re-drawn at the correct location.
If you want to draw objects in World Space, this would be the way to go.
@param worldPaintable The new WorldPaintable object to be rendered on the map. @since 1.6.0 | |
| |
| |