'push'
This commit is contained in:
@@ -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,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user