Created DebugSymbolizer (markdown)

herm 2012-09-14 16:48:42 -07:00
parent c7411c45b6
commit 581a4a9bb0

8
DebugSymbolizer.md Normal file

@ -0,0 +1,8 @@
DebugSymbolizer is a special symbolizer to aid finding collision detection problems. It draws boxes for all things that are currently known to the collision detector.
This Symbolizer currently has no options.
## Usage
```xml
<DebugSymbolizer />
```