Click or drag to resize

FastLineRendererPropertiesSetLifeTime Method (Single, Single, Single)

Populates the LifeTime vector

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetLifeTime(
	float creationTime,
	float lifeTime,
	float fadeSeconds
)

Parameters

creationTime
Type: SystemSingle
Time at which the line is created (where now is Time.timeSinceLevelLoad)
lifeTime
Type: SystemSingle
Total lifetime for the line.
fadeSeconds
Type: SystemSingle
Seconds to fade in and out
See Also