# ModuleDesc

> Class

Inheritance

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

***

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

## Constructors

### ModuleDesc()

```csharp
public ModuleDesc()
```

### ModuleDesc(ModuleDesc)

```csharp
public ModuleDesc(ModuleDesc o)
```

Parameters

| Type                            | Name | Description |
| ------------------------------- | ---- | ----------- |
| [ModuleDesc](./core_moduledesc) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

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

### description

```csharp
public string description
```

Returns

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

### author

```csharp
public string author
```

Returns

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

### groups

```csharp
public GroupDescList groups
```

Returns

| Type                                  | Description |
| ------------------------------------- | ----------- |
| [GroupDescList](./core_groupdesclist) |             |

### types

```csharp
public TypeDescList types
```

Returns

| Type                                | Description |
| ----------------------------------- | ----------- |
| [TypeDescList](./core_typedesclist) |             |

### constants

```csharp
public ConstantDescList constants
```

Returns

| Type                                        | Description |
| ------------------------------------------- | ----------- |
| [ConstantDescList](./core_constantdesclist) |             |

### dependencies

```csharp
public StringList dependencies
```

Returns

| Type                            | Description |
| ------------------------------- | ----------- |
| [StringList](./core_stringlist) |             |

### stability

```csharp
public Stability stability
```

Returns

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