FeatureList
Class
Read time 1 minuteLast updated 8 months ago
Inheritance
- object
- FeatureList
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
[Serializable]public class FeatureList
Constructors
FeatureList(Feature[])
public FeatureList(Feature[] tab)
Parameters
Type | Name | Description |
|---|---|---|
| Feature[] | tab |
FeatureList(int)
public FeatureList(int size)
Parameters
Type | Name | Description |
|---|---|---|
| int | size |
Fields
length
public int length { get; }
Returns
Type | Description |
|---|---|
| int |
this[int]
public Feature this[int index] { get; set; }
Returns
Type | Description |
|---|---|
| Feature |
list
public Feature[] list
Returns
Type | Description |
|---|---|
| Feature[] |
Operators
implicit operator Feature[](FeatureList)
public static implicit operator Feature[](FeatureList o)
Parameters
Type | Name | Description |
|---|---|---|
| FeatureList | o |
Returns
Type | Description |
|---|---|
| Feature[] |