Click or drag to resize

FastLineRendererCopyTo Method

Copy the properties of this fast line renderer to another fast line renderer

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void CopyTo(
	FastLineRenderer other
)

Parameters

other
Type: DigitalRuby.FastLineRendererFastLineRenderer
FastLineRenderer to copy to
See Also