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 fb99ba2 commit 0908d74Copy full SHA for 0908d74
com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs
@@ -1458,7 +1458,7 @@ internal bool SynchronizeScale
1458
/// authoritative state update.<br />
1459
/// Note:<br />
1460
/// When <see cref="SwitchTransformSpaceWhenParented"/> is enabled, this field will be automatically adjusted.
1461
- /// It is not recommended adjusting this field during runtime and when <see cref="SwitchTransformSpaceWhenParented"/> is enabled.
+ /// Adjusting this field during runtime and when <see cref="SwitchTransformSpaceWhenParented"/> isn't enabled.
1462
/// </remarks>
1463
[Tooltip("Sets whether this transform should sync in local space or in world space")]
1464
public bool InLocalSpace = false;
0 commit comments