LicenseInfos
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- LicenseInfos
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class LicenseInfos
Constructors
LicenseInfos()
public LicenseInfos()
LicenseInfos(LicenseInfos)
public LicenseInfos(LicenseInfos o)
Parameters
Type | Name | Description |
|---|---|---|
| LicenseInfos | o |
Fields
version
public string version
Returns
Type | Description |
|---|---|
| string |
customerName
public string customerName
Returns
Type | Description |
|---|---|
| string |
customerCompany
public string customerCompany
Returns
Type | Description |
|---|---|
| string |
customerEmail
public string customerEmail
Returns
Type | Description |
|---|---|
| string |
isFloating
public bool isFloating
Returns
Type | Description |
|---|---|
| bool |
isRevocable
public bool isRevocable
Returns
Type | Description |
|---|---|
| bool |
startDate
public Date startDate
Returns
Type | Description |
|---|---|
| Date |
endDate
public Date endDate
Returns
Type | Description |
|---|---|
| Date |
invalidReasons
public StringList invalidReasons
Returns
Type | Description |
|---|---|
| StringList |