7 lines
147 B
GDScript3
7 lines
147 B
GDScript3
|
|
static func interval_(
|
||
|
|
period : float,
|
||
|
|
scheduler : SchedulerBase = null
|
||
|
|
) -> ObservableBase:
|
||
|
|
|
||
|
|
return GDRx.obs.timer(period, period, scheduler)
|