Skip to content

Commit 86de487

Browse files
committed
Add a tooltip to the ClientKit component.
1 parent fcb1759 commit 86de487

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ namespace Unity
1515
{
1616
public class ClientKit : MonoBehaviour
1717
{
18+
[Tooltip("A string uniquely identifying your application, in reverse domain-name format.")]
1819
public string AppID;
1920

2021
private OSVR.ClientKit.ClientContext context;

0 commit comments

Comments
 (0)