WaitForSeconds¶
class in InfEngine.coroutine
Description¶
Suspend a coroutine for a given number of seconds.
description
Constructors¶
| Signature | Description |
|---|---|
WaitForSeconds.__init__(seconds: float) → None |
constructors
Properties¶
| Name | Type | Description |
|---|---|---|
| duration | float |
(read-only) |
properties
Example¶
example
See Also¶
see_also