Skip to content

Commit a056426

Browse files
committed
Update ClientKit.cs
Add a comment pointing to the web site with the persistent singleton info.
1 parent 00b6fa2 commit a056426

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ public class ClientKit : MonoBehaviour
3030
public string AppID;
3131

3232
private OSVR.ClientKit.ClientContext contextObject;
33+
34+
/// Uses the Unity "Persistent Singleton" pattern, see http://unitypatterns.com/singletons/
3335
private static ClientKit _instance;
3436

3537
/// <summary>

0 commit comments

Comments
 (0)