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 69be216 commit 3177f03Copy full SHA for 3177f03
com.unity.netcode.gameobjects/Runtime/NetworkVariable/Collections/NetworkList.cs
@@ -601,7 +601,7 @@ public void RemoveAt(int index)
601
/// This method checks for write permissions before setting the value.
602
/// </remarks>
603
/// <param name="index">The zero-based index of the element to get or set.</param>
604
- /// <returns>The element at the specified index.</returns>
+ /// <value>The element at the specified index.</value>
605
public T this[int index]
606
{
607
get => m_List[index];
0 commit comments