ImGui (immediate mode gui)是個統稱。這類的UI特點是沒有UI狀態的,與一般的Retained mode。比如要寫上一個字串,只需要 ui.label("Some Text") 即可,不需要用到UI ...
確定! 回上一頁