Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

EntityListList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Core
[Serializable]public class EntityListList

Constructors

EntityListList(EntityList[])

public EntityListList(EntityList[] tab)
Parameters

Type

Name

Description

EntityList[]tab

EntityListList(int)

public EntityListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

public EntityList this[int index] { get; set; }
Returns

Type

Description

EntityList

list

public EntityList[] list
Returns

Type

Description

EntityList[]

Operators

implicit operator EntityList[](EntityListList)

public static implicit operator EntityList[](EntityListList o)
Parameters

Type

Name

Description

EntityListListo
Returns

Type

Description

EntityList[]