# RemapIndexMapReturn

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class RemapIndexMapReturn
```

## Constructors

### RemapIndexMapReturn()

```csharp
public RemapIndexMapReturn()
```

### RemapIndexMapReturn(RemapIndexMapReturn)

```csharp
public RemapIndexMapReturn(RemapIndexMapReturn o)
```

Parameters

| Type                                                  | Name | Description |
| ----------------------------------------------------- | ---- | ----------- |
| [RemapIndexMapReturn](./material_remapindexmapreturn) | o    |             |

## Fields

### mappedMaps

```csharp
public ImageList mappedMaps
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [ImageList](./material_imagelist) |             |

### newToOldMapIndices

```csharp
public IntListList newToOldMapIndices
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [IntListList](./core_intlistlist) |             |
