task

非推奨を表示

*このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、 こちら をクリックしてください。

タスクライブラリには、 タスク スケジューラーでスケジュールできる関数とスレッドがあります。

このライブラリにある関数は、一般に機能とスレッドをサポートします。ほとんどの場合、機能を使用することで十分ですが、より高度な場合は、coroutine ライブラリに熟悉することをお勧めします。

概要

関数

関数

パラメータ

functionOrThread: function | coroutine
...: Variant

戻り値

パラメータ

functionOrThread: function | coroutine
...: Variant

戻り値

パラメータ

duration: number
functionOrThread: function | coroutine
...: Variant

戻り値

desynchronize

void

戻り値

void

synchronize

void

戻り値

void

wait

パラメータ

duration: number
既定値: 0

戻り値

cancel

void

パラメータ

thread: coroutine

戻り値

void