can i draw imgui menu by module? #4291
-
how can i do this if its possible |
Beta Was this translation helpful? Give feedback.
Answered by
DanielWillett
Dec 28, 2023
Replies: 1 comment 1 reply
-
You can by attaching a SleekFullscreenBox (or any element really) to one of the base windows like PlayerUI.window, EditorUI.window, etc. (shameless plug) I suggest my UI extension library for modules that lets you attach UI classes to any existing UI types in the base game (including sleek wrappers) https://github.com/DanielWillett/UnturnedUITools. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cry-1337
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can by attaching a SleekFullscreenBox (or any element really) to one of the base windows like PlayerUI.window, EditorUI.window, etc.
(shameless plug) I suggest my UI extension library for modules that lets you attach UI classes to any existing UI types in the base game (including sleek wrappers) https://github.com/DanielWillett/UnturnedUITools.