Click or drag to resize

FastLineRendererPropertiesAddCreationTimeSeconds Method

Add n seconds to the creation time of these properties. Useful for animation when you want segments to animate in.

Namespace:  DigitalRuby.FastLineRenderer
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void AddCreationTimeSeconds(
	float seconds
)

Parameters

seconds
Type: SystemSingle
Seconds to add to the creation time
See Also