Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

DoubleListList

Class
Read time 1 minuteLast updated 19 hours ago

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

Constructors

DoubleListList(DoubleList[])

public DoubleListList(DoubleList[] tab)
Parameters

Type

Name

Description

DoubleList[]tab

DoubleListList(int)

public DoubleListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

DoubleList

list

public DoubleList[] list
Returns

Type

Description

DoubleList[]

Operators

implicit operator DoubleList[](DoubleListList)

public static implicit operator DoubleList[](DoubleListList o)
Parameters

Type

Name

Description

DoubleListListo
Returns

Type

Description

DoubleList[]