LayerRenderer.RenderQuality
Render quality controls the quality which drawing happens at.
Declaration
struct RenderQualityOverview
This can be used to increase the quality of what users see, however this directly impacts the memory allocated for resources which is billed to the app as well as per-frame GPU time. The app should monitor its frame rate to ensure its not regularly missing frames and will likely need to change the quality based on scene complexity that is being shown.
To control the memory allocated for resources
To control the per-frame GPU cost