移除Feel,自定义动画参数实装
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user