クリエーターハブ
ダッシュボード
学ぶ
活用する
ストア
人材
フォーラム
ロードマップ
作成
/
バーチャル空間
/
ライブラリ
日本語
フィードバック
task
非推奨を表示
*
このコンテンツは、ベータ版のAI(人工知能)を使用して翻訳されており、エラーが含まれている可能性があります。このページを英語で表示するには、
こちら
をクリックしてください。
概要
関数
spawn
(
functionOrThread :
function
|
coroutine
,
... :
Variant
)
:
coroutine
defer
(
functionOrThread :
function
|
coroutine
,
... :
Variant
)
:
coroutine
delay
(
duration :
number
,
functionOrThread :
function
|
coroutine
,
... :
Variant
)
:
coroutine
desynchronize
()
:
()
synchronize
()
:
()
wait
(
duration :
number
)
:
number
cancel
(
thread :
coroutine
)
:
()
関数
spawn
coroutine
パラメータ
functionOrThread
:
function
|
coroutine
...
:
Variant
戻り値
coroutine
defer
coroutine
パラメータ
functionOrThread
:
function
|
coroutine
...
:
Variant
戻り値
coroutine
delay
coroutine
パラメータ
duration
:
number
functionOrThread
:
function
|
coroutine
...
:
Variant
戻り値
coroutine
desynchronize
()
戻り値
()
synchronize
()
戻り値
()
wait
number
パラメータ
duration
:
number
既定値: 0
戻り値
number
cancel
()
パラメータ
thread
:
coroutine
戻り値
()