# LineStrip

> Mesh is a line strip.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
LineStrip = 4
```

### Remarks

First two indices form a line, and then each new index connects a new vertex to the existing line strip.

Additional Resources: [Mesh.SetIndices](/engine/6000.0/script-reference/unityengine/mesh/setindices.md) function.
