Piccolo.NET

PCamera.PaintDebugInfo Method 

This method paints the bounds and full bounds of nodes when the appropriate debug flags are set.

protected virtual void PaintDebugInfo(
   PPaintContext paintContext
);

Parameters

paintContext
The paint context to use for painting debug information.

Remarks

Setting debugBounds and/or debugFullBounds flags is useful for visual debugging.

See Also

PCamera Class | UMD.HCIL.Piccolo Namespace