Documentation

Support

Asset Transformer SDK


User Manual

Python API

C# API

Changelog

Discussions

Asset Transformer SDK

OccurrenceFeaturesList

Class
Read time 1 minuteLast updated a day ago

Inheritance
  • object
  • OccurrenceFeaturesList

Inherited Members
Namespace: UnityEngine.Pixyz.Algo
[Serializable]public class OccurrenceFeaturesList

Constructors

OccurrenceFeaturesList(OccurrenceFeatures[])

public OccurrenceFeaturesList(OccurrenceFeatures[] tab)
Parameters

Type

Name

Description

OccurrenceFeatures[]tab

OccurrenceFeaturesList(int)

public OccurrenceFeaturesList(int size)
Parameters

Type

Name

Description

intsize

Fields

length

public int length { get; }
Returns

Type

Description

int

this[int]

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

Type

Description

OccurrenceFeatures

list

public OccurrenceFeatures[] list
Returns

Type

Description

OccurrenceFeatures[]

Operators

implicit operator OccurrenceFeatures[](OccurrenceFeaturesList)

public static implicit operator OccurrenceFeatures[](OccurrenceFeaturesList o)
Parameters

Type

Name

Description

OccurrenceFeaturesListo
Returns

Type

Description

OccurrenceFeatures[]