This commit is contained in:
zhangjiajia
2026-05-06 16:56:59 +08:00
parent 575626d3e1
commit 81ffaaeca6
1373 changed files with 145920 additions and 0 deletions

View File

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