Click or drag to resize

FastLineRendererSendToCacheAfter Method

Send this FastLineRenderer back to the cache after a certain time

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SendToCacheAfter(
	TimeSpan elapsed
)

Parameters

elapsed
Type: SystemTimeSpan
Time to wait before sending to the cache
See Also