Package foundry.veil.api.client.editor
Interface EditorAttributeProvider
- All Known Implementing Classes:
AreaLightData,DirectionalLightData,PointLightData
public interface EditorAttributeProvider
Provides extra ImGui rendering details. This is used by editor panels to add/change properties with ImGui.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRenders all ImGui attributes into the current editor panel.
-
Method Details
-
renderImGuiAttributes
void renderImGuiAttributes()Renders all ImGui attributes into the current editor panel.
-