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