//
// Crest Water System
// Copyright © 2024 Wave Harmonic. All rights reserved.
namespace WaveHarmonic.Crest.ShallowWater.Generated
{
enum ShallowWaterSimulationInjection
{
///
/// Inject into the Animated Waves.
///
Waves,
///
/// Inject into Water Level.
///
Level,
}
}
namespace WaveHarmonic.Crest.ShallowWater.Generated
{
enum ShallowWaterSimulationMode
{
///
/// Simulate every frame.
///
RealTime,
///
/// Simulation output has been baked to a texture.
///
Baked,
}
}
namespace WaveHarmonic.Crest.ShallowWater.Generated
{
enum ShallowWaterSimulationPreset
{
///
/// All options available.
///
None,
///
/// Only shows options for shorelines.
///
Shoreline,
///
/// Only shows options for streams.
///
Stream,
}
}