Package foundry.veil.api.client.editor
Interface EditorAttributeProvider
- All Known Implementing Classes:
AreaLightData,BlockParticleModuleData,CollisionSubEmitterData,ColorGradient,ColorParticleModuleData,DirectionalLightData,DragForceData,GravityForceData,InitialVelocityModuleData,InitSubEmitterModuleData,LightmapParticleModuleData,LightModuleData,PointAttractorForceData,PointForceData,PointLightData,TickSizeParticleModuleData,TickSubEmitterModuleData,TrailParticleModuleData,TrailSettings,VectorField,VectorFieldForceData,VortexForceData,WindForceData
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.
-