We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c8e47 commit 30131abCopy full SHA for 30131ab
com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs
@@ -87,7 +87,7 @@ public enum RpcTargetUse
87
/// </summary>
88
Temp,
89
/// <summary>
90
- /// Creates a persisted <see cref="BaseRpcTarget"/> that does not change and persists until it is disposed.
+ /// Creates a persisted <see cref="BaseRpcTarget"/> that does not change and will persist until <see cref="BaseRpcTarget.Dispose"/> is called.
91
92
Persistent
93
}
0 commit comments