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