File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
com.unity.netcode.gameobjects/Runtime/Core Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2354,7 +2354,7 @@ private void OnTransformParentChanged()
23542354
23552355
23562356 /// If a root NetworkTransform is registered and this is the motion authority instance, then use the NetworkTransform to handle parenting.
2357- /// Note: Using an owner authoritative motion model and enabling <see cref="NetworkObject. AllowOwnerToParent"/> allows clients to leverage
2357+ /// Note: Using an owner authoritative motion model and enabling <see cref="AllowOwnerToParent"/> allows clients to leverage
23582358 /// from the NetworkTransform parenting directive using a client-server network topology.
23592359 if ( RootNetworkTransform != null && RootNetworkTransform . SwitchTransformSpaceWhenParented && RootNetworkTransform . CanCommitToTransform )
23602360 {
You can’t perform that action at this time.
0 commit comments