# ParameterDesc

> Class

Inheritance

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

***

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.Core

```csharp
[Serializable]
public class ParameterDesc
```

## Constructors

### ParameterDesc()

```csharp
public ParameterDesc()
```

### ParameterDesc(ParameterDesc)

```csharp
public ParameterDesc(ParameterDesc o)
```

Parameters

| Type                                  | Name | Description |
| ------------------------------------- | ---- | ----------- |
| [ParameterDesc](./core_parameterdesc) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### type

```csharp
public TypeDesc type
```

Returns

| Type                        | Description |
| --------------------------- | ----------- |
| [TypeDesc](./core_typedesc) |             |

### description

```csharp
public string description
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### optional

```csharp
public bool optional
```

Returns

| Type                                                          | Description |
| ------------------------------------------------------------- | ----------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) |             |

### defaultValue

```csharp
public string defaultValue
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### disableValue

```csharp
public string disableValue
```

Returns

| Type                                                           | Description |
| -------------------------------------------------------------- | ----------- |
| [string](https://learn.microsoft.com/dotnet/api/system.string) |             |

### attributes

```csharp
public StringPairList attributes
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [StringPairList](./core_stringpairlist) |             |

### predefinedValues

```csharp
public StringPairList predefinedValues
```

Returns

| Type                                    | Description |
| --------------------------------------- | ----------- |
| [StringPairList](./core_stringpairlist) |             |
