Partial Component class for WaterController that contains commented-out editor property for enabling a water gizmo in Area mode. The file currently has no active code besides the partial class declaration.
namespace AtmokineticAssets;
public sealed partial class WaterController: Component
{
// [Property, Title("Enable Water Gizmo"),Feature( "General" ), ShowIf( nameof(WaterMode), WaterModeEnumeration.Area)]
// public bool EnableWaterAreaGizmo { get; set; } = true;
}