We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fcd7cb commit 6856d74Copy full SHA for 6856d74
1 file changed
com.unity.netcode.gameobjects/Editor/NetworkBehaviourEditor.cs
@@ -322,7 +322,8 @@ private void OnEnable()
322
}
323
324
/// <summary>
325
- /// Recursively finds the root parent of a <see cref="Transform"/>
+ /// Obsolete method to find root parent of a <see cref="Transform"/>.
326
+ /// Use <see cref="Transform.root"/> instead.
327
/// </summary>
328
/// <param name="transform">The current <see cref="Transform"/> we are inspecting for a parent</param>
329
/// <returns>the root parent for the first <see cref="Transform"/> passed into the method</returns>
0 commit comments