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
)
Public Sub AddCreationTimeSeconds (
seconds As Single
)
public:
void AddCreationTimeSeconds(
float seconds
)
member AddCreationTimeSeconds :
seconds : float32 -> unit
Parameters
- seconds
- Type: SystemSingle
Seconds to add to the creation time
See Also