Skip to content

Commit 886697e

Browse files
committed
Updated comment to match new interface name
1 parent 900c7ee commit 886697e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

com.unity.netcode.gameobjects/Runtime/Core/NetworkObject.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ public uint PrefabIdHash
5959

6060
/// <summary>
6161
/// InstantiationData sent during the instantiation process.
62-
/// Retrieved in <see cref="INetworkPrefabInstanceHandlerWithData.ReadInstantiationData{T}(ref BufferSerializer{T})"/>
63-
/// and available to INetworkPrefabInstanceHandler.Instantiate() for custom handling by user code.
62+
/// Available to read as T parameter to <see cref="NetworkPrefabInstanceHandlerWithData{T}.Instantiate(ulong, Vector3, Quaternion, T)"/> for custom handling by user code.
6463
/// </summary>
6564
internal byte[] InstantiationData;
6665

0 commit comments

Comments
 (0)