Home > Working with SGWorld > ISGWorld > OnDrawHUD
This event is sent in each frame, after the frame is rendered, but before the HUD layer is drawn. This event can be used to update the HUD layer using the IWindow6:SetHUDLayer method.
JavaScript |
|
OnDrawHUD() |
C# |
|
void OnDrawHUD() |
C++ |
|
HRESULT OnDrawHUD() |