WaitForSecondsLightning Constructor |
Constructor
Namespace:
DigitalRuby.ThunderAndLightning
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public WaitForSecondsLightning(
float time
)
Public Sub New (
time As Single
)
public:
WaitForSecondsLightning(
float time
)
new :
time : float32 -> WaitForSecondsLightning
Parameters
- time
- Type: SystemSingle
Time in seconds to wait
See Also