Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Assets/FishNet/Runtime/Managing/Client/ClientManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ public void SetRemoteServerTimeout(RemoteTimeoutType timeoutType, ushort duratio
[SerializeField]
private ushort _frameRate = NetworkManager.MAXIMUM_FRAMERATE;

/// <summary>
/// Sets the maximum frame rate the client may run at. Calling this method will enable ChangeFrameRate.
/// </summary>
/// <param name = "value">New value.</param>
Expand Down
1 change: 1 addition & 0 deletions Assets/FishNet/Runtime/Managing/Server/ServerManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ public void SetRemoteClientTimeout(RemoteTimeoutType timeoutType, ushort duratio
[SerializeField]
private ushort _frameRate = NetworkManager.MAXIMUM_FRAMERATE;

/// <summary>
/// Sets the maximum frame rate the client may run at. Calling this method will enable ChangeFrameRate.
/// </summary>
/// <param name = "value">New value.</param>
Expand Down