mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00: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;
|
public bool oneFrameAhead = true;
|
||||||
|
|
||||||
[Header("Smoothing")]
|
[Header("Smoothing")]
|
||||||
|
[Tooltip("Enable this to use Rigidbody's MovePosition/Rotation instead of directly setting .position/.rotation. This is recommended!")]
|
||||||
public bool smoothCorrection = true;
|
public bool smoothCorrection = true;
|
||||||
|
|
||||||
[Header("Debugging")]
|
[Header("Debugging")]
|
||||||
|
Loading…
Reference in New Issue
Block a user