Interface EditorAttributeProvider

All Known Implementing Classes:
AreaLight, DirectionalLight, PointLight

public interface EditorAttributeProvider
Provides extra ImGui rendering details. This is used by editor panels to add/change properties with ImGui.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Renders all ImGui attributes into the current editor panel.
  • Method Details

    • renderImGuiAttributes

      void renderImGuiAttributes()
      Renders all ImGui attributes into the current editor panel.