Метод | Описание | |
---|---|---|
RepeatForSeconds ( Action |
Convenience coroutine to repeat an action for the specified duration at the scheduler frequency.
|
public static RepeatForSeconds ( Action |
||
action | Action |
/// The action to execute. /// |
seconds | float | /// The seconds to execute for at the scheduler frequency. /// |
Результат | IEnumerator |