From 2bf6a40d42787ad4ef82e41375f759c8927d31a7 Mon Sep 17 00:00:00 2001 From: yzx Date: Wed, 3 Jan 2024 17:34:51 +0800 Subject: [PATCH] t --- U3D_DrivingSystem/Assets/Script/TrafficLightManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/U3D_DrivingSystem/Assets/Script/TrafficLightManager.cs b/U3D_DrivingSystem/Assets/Script/TrafficLightManager.cs index 19127a9f..f35372d5 100644 --- a/U3D_DrivingSystem/Assets/Script/TrafficLightManager.cs +++ b/U3D_DrivingSystem/Assets/Script/TrafficLightManager.cs @@ -42,7 +42,7 @@ public class TrafficLightManager : MonoBehaviour { if (light != null) { - // 假设你有一个方法来根据状态获取相应的贴图 + // 假设你有一个方法来根据状态获取相应的贴图 //Texture newTexture = GetTextureForState(state); light.transform.Find("red2").GetComponent().material.DisableKeyword("_EMISSION"); light.transform.Find("yellow1").GetComponent().material.DisableKeyword("_EMISSION");