# FunctionDesc

> Class

Inheritance

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

***

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 FunctionDesc
```

## Constructors

### FunctionDesc()

```csharp
public FunctionDesc()
```

### FunctionDesc(FunctionDesc)

```csharp
public FunctionDesc(FunctionDesc o)
```

Parameters

| Type                                | Name | Description |
| ----------------------------------- | ---- | ----------- |
| [FunctionDesc](./core_functiondesc) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

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

### module

```csharp
public string module
```

Returns

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

### parameters

```csharp
public ParameterDescList parameters
```

Returns

| Type                                          | Description |
| --------------------------------------------- | ----------- |
| [ParameterDescList](./core_parameterdesclist) |             |

### returns

```csharp
public ParameterDescList returns
```

Returns

| Type                                          | Description |
| --------------------------------------------- | ----------- |
| [ParameterDescList](./core_parameterdesclist) |             |

### description

```csharp
public string description
```

Returns

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

### stability

```csharp
public Stability stability
```

Returns

| Type                          | Description |
| ----------------------------- | ----------- |
| [Stability](./core_stability) |             |
