# StylizedLine

> Class

Inheritance

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

***

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

## Constructors

### StylizedLine()

```csharp
public StylizedLine()
```

### StylizedLine(StylizedLine)

```csharp
public StylizedLine(StylizedLine o)
```

Parameters

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

## Fields

### lineVertexIndices

```csharp
public IntList lineVertexIndices
```

Returns

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

### material

```csharp
public uint material
```

Returns

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

### externalId

```csharp
public uint externalId
```

Returns

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