Watson Developer Cloud Unity SDK  1.0.0
The Unity SDK uses the Watson Developer Cloud services, a collection of REST APIs and SDKs that use cognitive computing to solve complex problems.
IBM.Watson.DeveloperCloud.Utilities.Singleton< T > Class Template Reference

Singleton pattern class. This class detects if T is a MonoBehavior and will make a containing GameObject. More...

Properties

static T Instance [get]
 Returns the Singleton instance of T. More...
 

Detailed Description

Singleton pattern class. This class detects if T is a MonoBehavior and will make a containing GameObject.

Template Parameters
TThe typename of the class to create as a singleton object.
Type Constraints
T :class 

Property Documentation

Returns the Singleton instance of T.


The documentation for this class was generated from the following file: