升级水插件

This commit is contained in:
2026-01-08 22:30:55 +08:00
parent febff82d24
commit ca68084264
415 changed files with 18138 additions and 7134 deletions

View File

@@ -13,17 +13,14 @@ namespace WaveHarmonic.Crest
/// <remarks>
/// Each mode has its strengths and weaknesses.
/// </remarks>
[@GenerateDoc]
public enum WatertightHullMode
{
/// <summary>
/// Uses <see cref="AnimatedWavesLod"/> to remove water.
/// </summary>
/// <inheritdoc cref="Generated.WatertightHullMode.Displacement"/>
[Tooltip("Use displacement to remove water.\n\nUsing displacement will also affect the underwater and can nest bouyant objects. Requires the displacement layer to be enabled.")]
Displacement,
/// <summary>
/// Uses <see cref="ClipLod"/> to remove water.
/// </summary>
/// <inheritdoc cref="Generated.WatertightHullMode.Clip"/>
[Tooltip("Clips the surface to remove water.\n\nThis option is more precise and can be submerged.")]
Clip,
}