Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

OccurrenceListList

Class
Read time 1 minuteLast updated 21 hours ago

Inheritance
Inherited Members
Namespace: UnityEngine.Pixyz.Scene
[Serializable]public class OccurrenceListList

Constructors

OccurrenceListList(OccurrenceList[])

public OccurrenceListList(OccurrenceList[] tab)
Parameters

Type

Name

Description

OccurrenceList[]tab

OccurrenceListList(int)

public OccurrenceListList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

OccurrenceList

list

public OccurrenceList[] list
Returns

Type

Description

OccurrenceList[]

Operators

implicit operator OccurrenceList[](OccurrenceListList)

public static implicit operator OccurrenceList[](OccurrenceListList o)
Parameters

Type

Name

Description

OccurrenceListListo
Returns

Type

Description

OccurrenceList[]