2修
This commit is contained in:
@@ -29,12 +29,12 @@ public sealed class CameraResolutionTuner : MonoBehaviour
|
||||
|
||||
[Header("21:9 时相机本体(Main Camera)的目标 local 位姿(最大偏移)")]
|
||||
[Tooltip("21:9 时相机本体的目标 local Z 高度。用户指定 2.5(相机自身 z=2.5)。")]
|
||||
public float targetCameraY = 0f;
|
||||
public float targetCameraY = -2.13f;
|
||||
|
||||
public float targetCameraZ = 2.5f;
|
||||
public float targetCameraZ = 3.6f;
|
||||
|
||||
[Tooltip("21:9 时相机本体的目标 local X 旋转角度。用户指定 5(相机自身 X=5°)。")]
|
||||
public float targetCameraRotX = 5f;
|
||||
public float targetCameraRotX = -10f;
|
||||
|
||||
private float _lastAspect = -1f;
|
||||
private bool _lastEnabled;
|
||||
|
||||
Reference in New Issue
Block a user