Home > Working with SGWorld > ISGWorld > OnRenderQualityChanged
This event occurs whenever the terrain quality that the user is currently viewing is updated.
JavaScript |
|
OnRenderQualityChanged( Quality) |
C# |
|
void OnRenderQualityChanged( int Quality) |
C++ |
|
HRESULT OnRenderQualityChanged( int Quality) |
Parameters
Quality
The new terrain quality that the user is viewing. The quality parameter is a number between 0 to 100 in increments of 10.
Exceptions
See: HRESULT Return Values for a list of possible values returned by the HRESULT.