ImmediateModeElement.ImmediateRepaint
protected void ImmediateRepaint();
Description 描述
Invoked during the repaint phase.
Here it is safe to use any rendering calls using the immediate Graphics api, eg: Graphics.DrawTexture(contentRect, image); Graphics.DrawMesh, etc The current transform matrix is set up so (0,0) correspond to the top-left corner of the element. For IMGUI usage, please use the IMGUIContainer element.