更新game HUD 界面
This commit is contained in:
@@ -89,8 +89,9 @@ namespace IndianOceanAssets.Engine2_5D
|
||||
}
|
||||
}
|
||||
|
||||
private void Update()
|
||||
private void LateUpdate()
|
||||
{
|
||||
// 在 FixedUpdate 之后读取光源位置,避免物理移动与光照更新时序不同步导致的抖动
|
||||
UpdateLightData();
|
||||
UpdateMaskPosition();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user