FastLineRendererPropertiesSetLifeTime Method (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 lifeTime,
float fadeSeconds
)
Public Sub SetLifeTime (
lifeTime As Single,
fadeSeconds As Single
)
public:
void SetLifeTime(
float lifeTime,
float fadeSeconds
)
member SetLifeTime :
lifeTime : float32 *
fadeSeconds : float32 -> unit
Parameters
- lifeTime
- Type: SystemSingle
Total lifetime for the line. - fadeSeconds
- Type: SystemSingle
Seconds to fade in and out.
See Also