移除Feel,自定义动画参数实装

This commit is contained in:
SoulliesOfficial
2026-03-21 02:18:50 -04:00
parent 41f38396f6
commit 9d492bb71e
3771 changed files with 18006 additions and 876505 deletions

View File

@@ -70,7 +70,7 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
{
if (heightFogGlobal == null)
{
heightFogGlobal = GetComponentInChildren<HeightFogGlobal>();
heightFogGlobal = GetComponent<HeightFogGlobal>();
heightFogGlobal.mainCamera = EditorManager.instance.cameraManager.gameCamera.cam;
}
@@ -99,14 +99,15 @@ namespace Ichni.RhythmGame.ThemeBundles.DepartureToMultiverse
heightFogGlobal.fogColorEnd = new Color(fogColorEndR, fogColorEndG, fogColorEndB, fogColorEndA);
heightFogGlobal.fogColorDuo = fogColorDuo;
heightFogGlobal.skyboxFogIntensity = skyboxFogIntensity;
Debug.Log(heightFogGlobal.skyboxFogIntensity);
heightFogGlobal.skyboxFogHeight = skyboxFogHeight;
heightFogGlobal.skyboxFogFalloff = skyboxFogFalloff;
heightFogGlobal.skyboxFogOffset = skyboxFogOffset;
heightFogGlobal.skyboxFogBottom = skyboxFogBottom;
heightFogGlobal.skyboxFogFill = skyboxFogFill;
}
#endregion
}
}
}