docs.unity3d.com
Version: 

    Class WebLicenseInfoList

    Inheritance
    object
    WebLicenseInfoList
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEngine.Pixyz.Core
    Syntax
    [Serializable]
    public class WebLicenseInfoList

    Constructors

    WebLicenseInfoList(int)

    Declaration
    public WebLicenseInfoList(int size)
    Parameters
    Type Name Description
    int size

    WebLicenseInfoList(WebLicenseInfo[])

    Declaration
    public WebLicenseInfoList(WebLicenseInfo[] tab)
    Parameters
    Type Name Description
    WebLicenseInfo[] tab

    Fields

    list

    Declaration
    public WebLicenseInfo[] list
    Field Value
    Type Description
    WebLicenseInfo[]

    Properties

    this[int]

    Declaration
    public WebLicenseInfo this[int index] { get; set; }
    Parameters
    Type Name Description
    int index
    Property Value
    Type Description
    WebLicenseInfo

    length

    Declaration
    public int length { get; }
    Property Value
    Type Description
    int

    Operators

    implicit operator WebLicenseInfo[](WebLicenseInfoList)

    Declaration
    public static implicit operator WebLicenseInfo[](WebLicenseInfoList o)
    Parameters
    Type Name Description
    WebLicenseInfoList o
    Returns
    Type Description
    WebLicenseInfo[]
    Version 2024.3.0.10
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.