Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

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

Type

Name

Description

WebLicenseInfo[]tab

WebLicenseInfoList(int)

public WebLicenseInfoList(int size)
Parameters

Type

Name

Description

intsize

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

WebLicenseInfoListo
Returns

Type

Description

WebLicenseInfo[]