Class ImGUIObject

Inheritance Relationships

Base Type

Class Documentation

class ImGUIObject : public BlamRendering::RenderStack::StackObjectBase

Specialized class for rendering ImGUI using the render stack.

Public Functions

ImGUIObject()

Sets the stack type.

~ImGUIObject()

Empty destructor.

void Draw()

Draws ImGUI to the screen.

void ShowImPropertyEditor()

Shows a set of ImGUI properties associated with the object.

This will call functions to draw only the property controls for the item, and nothing else. The window/container for the properties must be handled externally.