Documentation ¶
Index ¶
- type ImGuiLayer
- func (layer *ImGuiLayer) Begin()
- func (layer *ImGuiLayer) End()
- func (layer *ImGuiLayer) GetName() string
- func (layer *ImGuiLayer) OnAttach()
- func (layer *ImGuiLayer) OnDetach()
- func (layer *ImGuiLayer) OnEvent(event ggevent.Event)
- func (layer *ImGuiLayer) OnImGuiRender()
- func (layer *ImGuiLayer) OnUpdate(timestep ggcore.Timestep)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImGuiLayer ¶
type ImGuiLayer struct {
// contains filtered or unexported fields
}
func (*ImGuiLayer) Begin ¶
func (layer *ImGuiLayer) Begin()
func (*ImGuiLayer) End ¶
func (layer *ImGuiLayer) End()
func (*ImGuiLayer) GetName ¶
func (layer *ImGuiLayer) GetName() string
func (*ImGuiLayer) OnAttach ¶
func (layer *ImGuiLayer) OnAttach()
func (*ImGuiLayer) OnDetach ¶
func (layer *ImGuiLayer) OnDetach()
func (*ImGuiLayer) OnEvent ¶
func (layer *ImGuiLayer) OnEvent(event ggevent.Event)
func (*ImGuiLayer) OnImGuiRender ¶
func (layer *ImGuiLayer) OnImGuiRender()
func (*ImGuiLayer) OnUpdate ¶
func (layer *ImGuiLayer) OnUpdate(timestep ggcore.Timestep)
Click to show internal directories.
Click to hide internal directories.