Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

EventDescList

Class
Read time 1 minuteLast updated 18 hours ago

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

Constructors

EventDescList(EventDesc[])

public EventDescList(EventDesc[] tab)
Parameters

Type

Name

Description

EventDesc[]tab

EventDescList(int)

public EventDescList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

EventDesc

list

public EventDesc[] list
Returns

Type

Description

EventDesc[]

Operators

implicit operator EventDesc[](EventDescList)

public static implicit operator EventDesc[](EventDescList o)
Parameters

Type

Name

Description

EventDescListo
Returns

Type

Description

EventDesc[]