# Matrix4ListList

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class Matrix4ListList
```

## Constructors

### Matrix4ListList(Matrix4List\[])

```csharp
public Matrix4ListList(Matrix4List[] tab)
```

Parameters

| Type                                  | Name | Description |
| ------------------------------------- | ---- | ----------- |
| [Matrix4List\[\]](./geom_matrix4list) | tab  |             |

### Matrix4ListList(int)

```csharp
public Matrix4ListList(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 Matrix4List this[int index] { get; set; }
```

Returns

| Type                              | Description |
| --------------------------------- | ----------- |
| [Matrix4List](./geom_matrix4list) |             |

### list

```csharp
public Matrix4List[] list
```

Returns

| Type                                  | Description |
| ------------------------------------- | ----------- |
| [Matrix4List\[\]](./geom_matrix4list) |             |

## Operators

### implicit operator Matrix4List\[]\(Matrix4ListList)

```csharp
public static implicit operator Matrix4List[](Matrix4ListList o)
```

Parameters

| Type                                      | Name | Description |
| ----------------------------------------- | ---- | ----------- |
| [Matrix4ListList](./geom_matrix4listlist) | o    |             |

Returns

| Type                                  | Description |
| ------------------------------------- | ----------- |
| [Matrix4List\[\]](./geom_matrix4list) |             |
