# ImageDefinitionList

> Class

Inheritance

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

***

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

## Constructors

### ImageDefinitionList(ImageDefinition\[])

```csharp
public ImageDefinitionList(ImageDefinition[] tab)
```

Parameters

| Type                                              | Name | Description |
| ------------------------------------------------- | ---- | ----------- |
| [ImageDefinition\[\]](./material_imagedefinition) | tab  |             |

### ImageDefinitionList(int)

```csharp
public ImageDefinitionList(int size)
```

Parameters

| Type                                                       | Name | Description |
| ---------------------------------------------------------- | ---- | ----------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | size |             |

## Fields

### length

```csharp
public int length { get; }
```

Returns

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

### this\[int]

```csharp
public ImageDefinition this[int index] { get; set; }
```

Returns

| Type                                          | Description |
| --------------------------------------------- | ----------- |
| [ImageDefinition](./material_imagedefinition) |             |

### list

```csharp
public ImageDefinition[] list
```

Returns

| Type                                              | Description |
| ------------------------------------------------- | ----------- |
| [ImageDefinition\[\]](./material_imagedefinition) |             |

## Operators

### implicit operator ImageDefinition\[]\(ImageDefinitionList)

```csharp
public static implicit operator ImageDefinition[](ImageDefinitionList o)
```

Parameters

| Type                                                  | Name | Description |
| ----------------------------------------------------- | ---- | ----------- |
| [ImageDefinitionList](./material_imagedefinitionlist) | o    |             |

Returns

| Type                                              | Description |
| ------------------------------------------------- | ----------- |
| [ImageDefinition\[\]](./material_imagedefinition) |             |
