Click or drag to resize

FastLineRendererMesh Property

Get or set the mesh that this fast line renderer is using, or null if no mesh is being used yet. If getting a mesh, you must call Apply first, which will create the mesh. Setting the mesh will clear the fast line renderer first.

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public Mesh Mesh { get; set; }

Property Value

Type: Mesh
See Also