Package foundry.veil.api.client.editor
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 TypeMethodDescriptionvoid
Renders all ImGui attributes into the current editor panel.
-
Method Details
-
renderImGuiAttributes
void renderImGuiAttributes()Renders all ImGui attributes into the current editor panel.
-