Skip to content

Commit 0908d74

Browse files
doc: style
Adding one suggested change I left out.
1 parent fb99ba2 commit 0908d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.netcode.gameobjects/Runtime/Components/NetworkTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@ internal bool SynchronizeScale
14581458
/// authoritative state update.<br />
14591459
/// Note:<br />
14601460
/// 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.
1461+
/// Adjusting this field during runtime and when <see cref="SwitchTransformSpaceWhenParented"/> isn't enabled.
14621462
/// </remarks>
14631463
[Tooltip("Sets whether this transform should sync in local space or in world space")]
14641464
public bool InLocalSpace = false;

0 commit comments

Comments
 (0)