Draft - Update, Late, Fixed. B

Quick words adjustment.
This commit is contained in:
JesusLuvsYooh 2024-07-06 20:30:24 +01:00
parent 167d49e365
commit 703a998790

View File

@ -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;