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 0e2dc4e commit b3c8e47Copy full SHA for b3c8e47
com.unity.netcode.gameobjects/Runtime/Messaging/RpcTargets/RpcTarget.cs
@@ -68,7 +68,7 @@ public enum SendTo
68
}
69
70
/// <summary>
71
- /// This parameter controls the use of a particular performance optimization in situations where it can be used.<br />
+ /// This parameter configures a performance optimization. This optimization is not valid in all situations.<br />
72
/// Because BaseRpcTarget is a managed type, allocating a new one is expensive, as it puts pressure on the garbage collector.
73
/// </summary>
74
/// <remarks>
0 commit comments