ViewportCallback (interface)¶
The ViewportCallback interface is used to implement callback which can be invoked during the drawing of an InlineViewport. These callbacks can be registered using the InlineViewport‘s registerCallback method. The callback needs to return true if the default behaviour for the specified draw phase should be skipped.
Functions¶
Boolean | invoke ! ( in ViewportDrawPhase phase, io Viewport viewport, io DrawContext context ) |
Functions in detail¶
Boolean ViewportCallback.invoke! ( in ViewportDrawPhase phase, io Viewport viewport, io DrawContext context )