Skip to content

Commit b680126

Browse files
committed
Changed Header to tooltip on NetworkedTransform
1 parent a27065e commit b680126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/MonoBehaviours/Prototyping/NetworkedTransform.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class NetworkedTransform : NetworkedBehaviour
3333
private Quaternion lastSentRot;
3434

3535
public bool EnableProximity = false;
36-
[Header("If enable proximity is turned on, on clients within this range will be recieving position updates from the server")]
36+
[Tooltip("If enable proximity is turned on, on clients within this range will be recieving position updates from the server")]
3737
public float ProximityRange = 50;
3838

3939
private void OnValidate()

0 commit comments

Comments
 (0)