# Feature

> Class

Inheritance

* [object](https://learn.microsoft.com/dotnet/api/system.object)
* Feature

***

Inherited Members

* [Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\))

* [Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\))

* [GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode)

* [GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype)

* [MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

* [ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals)

* [ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)

***

Namespace: UnityEngine.Pixyz.Algo

```csharp
[Serializable]
public class Feature
```

## Constructors

### Feature()

```csharp
public Feature()
```

### Feature(Feature)

```csharp
public Feature(Feature o)
```

Parameters

| Type                      | Name | Description |
| ------------------------- | ---- | ----------- |
| [Feature](./algo_feature) | o    |             |

## Fields

### type

```csharp
public FeatureType type
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [FeatureType](./algo_featuretype) |             |

### inputs

```csharp
public FeatureInputList inputs
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [FeatureInputList](./algo_featureinputlist) |             |
