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 IWindow80.GetControls method.

 

JavaScript

 

OnDrawHUD()

 

C#

 

void OnDrawHUD()

 

C++

 

HRESULT OnDrawHUD()