Version: 2020.2
言語: 日本語
protected void ImmediateRepaint ();

説明

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.