We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b6fa2 commit a056426Copy full SHA for a056426
1 file changed
OSVR-Unity/Assets/OSVRUnity/src/ClientKit.cs
@@ -30,6 +30,8 @@ public class ClientKit : MonoBehaviour
30
public string AppID;
31
32
private OSVR.ClientKit.ClientContext contextObject;
33
+
34
+ /// Uses the Unity "Persistent Singleton" pattern, see http://unitypatterns.com/singletons/
35
private static ClientKit _instance;
36
37
/// <summary>
0 commit comments