Tobii Pro SDK Unity API
|
Represents a collection of LicenseKey objects. More...
Public Member Functions | |
LicenseCollection (IList< LicenseKey > licenseKeys) | |
Initializes a new instance of the LicenseCollection class from a generic list of license keys. More... | |
void | Add (byte[] license) |
Adds a license to the collection. More... | |
Represents a collection of LicenseKey objects.
|
inline |
Initializes a new instance of the LicenseCollection class from a generic list of license keys.
licenseKeys | A list of license keys. |
|
inline |
Adds a license to the collection.
license | The license |