You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Tooltip("The amount of times per second the internal event loop will run. This includes for example SyncedVar checking and LagCompensation tracking")]
63
64
publicintEventTickrate=64;
64
65
/// <summary>
65
-
/// The maximum amount of NetworkedBehaviour's to process per tick.
66
+
/// The maximum amount of NetworkedObject's to process per tick.
66
67
/// This is useful to prevent the MLAPI from hanging a frame
67
68
/// Set this to less than or equal to 0 for unlimited
68
69
/// </summary>
69
-
[Tooltip("The maximum amount of NetworkedBehaviour SyncedVars to process per Event tick. This is to prevent freezing")]
0 commit comments