According to google results, it was not possible in 2018, is this still the case?
Like this?
I mean creating gizmos for the automatically generated AuthoringComponents
created by the GenerateAuthoringComponent
attribute on IComponentData ``````structs
[GenerateAuthoringComponent]
public struct ECSGrassBender : IComponentData, AutoSaveIComponentData {
public float radius;
[Range(0, 4)]
public float intensity;
[Range(0, 1)]
public float cutout;
public ECSGrassBenderFormat format;
}