DevImguiDemo

class DevImguiDemo : WindowFeature

Functions

Link copied to clipboard
open override fun gui(imgui: Commands, win: WindowCommands)

Renders the GUI of your feature.

Link copied to clipboard
open override fun menu(imgui: Commands, win: WindowCommands)

Renders the menu item of your feature.

Properties

Link copied to clipboard
open override val id: FeatureId
Link copied to clipboard
val pOpen: Ref<Boolean>