C++
virtual void popClipBoundary() = 0;
Description
Removes the top most clip boundary from the stack. This method may only be called following a successful pushClipBoundary() call from within the worldDraw or viewportDraw of a drawable.
virtual void popClipBoundary() = 0;
Removes the top most clip boundary from the stack. This method may only be called following a successful pushClipBoundary() call from within the worldDraw or viewportDraw of a drawable.