Draw XXL documentation


enum DrawPhysics.visualizationQuality

Note that changing this quality setting doesn't affect the precision or the results of the casts itself. It has only effect on how detailled these hits get visualized.

Name Description
high_withFullDetails Displays the most information and has a clear apperance e.g. with repeating direction arrows. Though for many drawn casts at once it can harm the performance (see MaxAllowedDrawnLinesPerFrame), or the casts can come in each others way and intersect and obscure each other, which can reduce the readability.
medium_meaningReducedTextAndSilhouettes This produces a significant reduction of drawn lines (see MaxAllowedDrawnLinesPerFrame), but still displays some additional information as texts, like the "nameTag" parameter. The direction arrows and silhouettes are reduced.
low_withoutAnyTextOrSilhouettes This is for cases where many casts are drawn at once, which could harm the performance (see MaxAllowedDrawnLinesPerFrame), or when the texts are in the way of each other and reduce the readablity. The "nameTag" parameters and other global quality settings like "drawCastNameTag_atCastOrigin" or "drawCastNameTag_atHitPositions" will get ignored.