Skip to content

Commit d163f7f

Browse files
committed
Updated tooltip
1 parent 51c0bff commit d163f7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnityProject/Assets/Ardity/Scripts/SerialController.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ public class SerialController : MonoBehaviour
4848
"newest messages from the port.")]
4949
public bool dropOldMessage;
5050

51-
[Tooltip("Read all unread messages in the queue during every Update loop.")]
51+
[Tooltip("Read all unread messages in the queue during every Update loop. " +
52+
"Only used when \"Message Listener\" is provided.")]
5253
public bool readAllMessages;
5354

5455
// Constants used to mark the start and end of a connection. There is no

0 commit comments

Comments
 (0)