unregisterTapRegion abstract method

void unregisterTapRegion(
  1. RenderTapRegion region
)

Unregister the given RenderTapRegion with the registry.

Implementation

void unregisterTapRegion(RenderTapRegion region);