# StylizedLineList

> Class

Inheritance

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

***

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

```csharp
[Serializable]
public class StylizedLineList
```

## Constructors

### StylizedLineList(StylizedLine\[])

```csharp
public StylizedLineList(StylizedLine[] tab)
```

Parameters

| Type                                         | Name | Description |
| -------------------------------------------- | ---- | ----------- |
| [StylizedLine\[\]](./polygonal_stylizedline) | tab  |             |

### StylizedLineList(int)

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

Returns

| Type                                     | Description |
| ---------------------------------------- | ----------- |
| [StylizedLine](./polygonal_stylizedline) |             |

### list

```csharp
public StylizedLine[] list
```

Returns

| Type                                         | Description |
| -------------------------------------------- | ----------- |
| [StylizedLine\[\]](./polygonal_stylizedline) |             |

## Operators

### implicit operator StylizedLine\[]\(StylizedLineList)

```csharp
public static implicit operator StylizedLine[](StylizedLineList o)
```

Parameters

| Type                                             | Name | Description |
| ------------------------------------------------ | ---- | ----------- |
| [StylizedLineList](./polygonal_stylizedlinelist) | o    |             |

Returns

| Type                                         | Description |
| -------------------------------------------- | ----------- |
| [StylizedLine\[\]](./polygonal_stylizedline) |             |
