首次提交
This commit is contained in:
16
Assets/Scripts/Demo/WaterTest.cs
Normal file
16
Assets/Scripts/Demo/WaterTest.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
// using KWS;
|
||||
using UnityEngine;
|
||||
|
||||
public class WaterTest : MonoBehaviour
|
||||
{
|
||||
// public WaterSystem waterSystem;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
// WaterSystem.QualitySettings.RefractionMode =
|
||||
// WaterSystem.QualitySettings.UsePlanarReflection = true;
|
||||
// WaterSystem.QualitySettings.PlanarReflectionResolutionQuality =
|
||||
// WaterQualityLevelSettings.PlanarReflectionResolutionQualityEnum.Low;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user