# EnumPropertyInfo

> Class

Inheritance

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

***

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

## Constructors

### EnumPropertyInfo()

```csharp
public EnumPropertyInfo()
```

### EnumPropertyInfo(EnumPropertyInfo)

```csharp
public EnumPropertyInfo(EnumPropertyInfo o)
```

Parameters

| Type                                        | Name | Description |
| ------------------------------------------- | ---- | ----------- |
| [EnumPropertyInfo](./core_enumpropertyinfo) | o    |             |

## Fields

### name

```csharp
public string name
```

Returns

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

### values

```csharp
public IntList values
```

Returns

| Type                      | Description |
| ------------------------- | ----------- |
| [IntList](./core_intlist) |             |

### labels

```csharp
public StringList labels
```

Returns

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