WebLicenseInfoList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- WebLicenseInfoList
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class WebLicenseInfoList
Constructors
WebLicenseInfoList(WebLicenseInfo[])
public WebLicenseInfoList(WebLicenseInfo[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| WebLicenseInfo[] | tab |
WebLicenseInfoList(int)
public WebLicenseInfoList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public WebLicenseInfo this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| WebLicenseInfo |
list
public WebLicenseInfo[] list
Returns
Type | Description |
|---|---|
| WebLicenseInfo[] |
Operators
implicit operator WebLicenseInfo[](WebLicenseInfoList)
public static implicit operator WebLicenseInfo[](WebLicenseInfoList o)
Parameters
Type | Name | Description |
|---|---|---|
| WebLicenseInfoList | o |
Returns
Type | Description |
|---|---|
| WebLicenseInfo[] |