mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Draft - Update, Late, Fixed. B
Quick words adjustment.
This commit is contained in:
parent
167d49e365
commit
703a998790
@ -93,7 +93,7 @@ public abstract class NetworkTransformBase : NetworkBehaviour
|
|||||||
protected double timeStampAdjustment => NetworkServer.sendInterval * (sendIntervalMultiplier - 1);
|
protected double timeStampAdjustment => NetworkServer.sendInterval * (sendIntervalMultiplier - 1);
|
||||||
protected double offset => timelineOffset ? NetworkServer.sendInterval * sendIntervalMultiplier : 0;
|
protected double offset => timelineOffset ? NetworkServer.sendInterval * sendIntervalMultiplier : 0;
|
||||||
|
|
||||||
// CoordinateSpace ///////////////////////////////////////////////////////////
|
// Update Method ///////////////////////////////////////////////////////////
|
||||||
[Header("Update Method")]
|
[Header("Update Method")]
|
||||||
[Tooltip("Update by default. Try a different method when having problems with Physics or Animations.")]
|
[Tooltip("Update by default. Try a different method when having problems with Physics or Animations.")]
|
||||||
public UpdateMethod updateMethod = UpdateMethod.Update;
|
public UpdateMethod updateMethod = UpdateMethod.Update;
|
||||||
|
Loading…
Reference in New Issue
Block a user