FastLineRendererPropertiesSetLifeTime Method (Single) |
Populates the LifeTime vector with no fade
Namespace:
DigitalRuby.FastLineRenderer
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetLifeTime(
float lifeTime
)
Public Sub SetLifeTime (
lifeTime As Single
)
public:
void SetLifeTime(
float lifeTime
)
member SetLifeTime :
lifeTime : float32 -> unit
Parameters
- lifeTime
- Type: SystemSingle
Total lifetime of the line.
See Also