We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb1759 commit 86de487Copy full SHA for 86de487
1 file changed
OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs
@@ -15,6 +15,7 @@ namespace Unity
15
{
16
public class ClientKit : MonoBehaviour
17
18
+ [Tooltip("A string uniquely identifying your application, in reverse domain-name format.")]
19
public string AppID;
20
21
private OSVR.ClientKit.ClientContext context;
0 commit comments