A partial class file for WaterController that contains commented-out property metadata for an editor gizmo option. It defines no executable members and only shows a disabled, commented property for toggling a water area gizmo.
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;
}