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