LineStrip
Mesh is a line strip.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Field
- Namespace: UnityEngine
- Assembly: UnityEngine.CoreModule
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 function.