b2dClearClipRect

Removes the clip region so drawing covers the whole target again.

2D Overlay

Parameters & Returns

Parameters

This function takes no parameters.

Returns

Void

Quick Summary

Removes the clip region so drawing covers the whole target again.

Technical Exegesis...

Clears any rectangle set with b2dSetClipRect; subsequent draws are no longer scissored.

Example

Example.bam
; No example implemented yet