mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
PredictedRigidbody: smoothCorrection tooltip
This commit is contained in:
parent
9d94adb1b8
commit
d90b913d5d
@ -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")]
|
||||
|
Loading…
Reference in New Issue
Block a user