Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

FormatList

Class
Read time 1 minuteLast updated 19 hours ago

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

Constructors

FormatList(Format[])

public FormatList(Format[] tab)
Parameters

Type

Name

Description

Format[]tab

FormatList(int)

public FormatList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

Format

list

public Format[] list
Returns

Type

Description

Format[]

Operators

implicit operator Format[](FormatList)

public static implicit operator Format[](FormatList o)
Parameters

Type

Name

Description

FormatListo
Returns

Type

Description

Format[]