PredictedRigidbody: smoothCorrection tooltip

This commit is contained in:
mischa 2023-11-14 13:04:48 +01:00
parent 9d94adb1b8
commit d90b913d5d

View File

@ -75,6 +75,7 @@ public class PredictedRigidbody : NetworkBehaviour
public bool oneFrameAhead = true;
[Header("Smoothing")]
[Tooltip("Enable this to use Rigidbody's MovePosition/Rotation instead of directly setting .position/.rotation. This is recommended!")]
public bool smoothCorrection = true;
[Header("Debugging")]