言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

WaitForFixedUpdate

Namespace: UnityEngine

/

Inherits from: YieldInstruction

Description

FixedUpdate関数が呼び出されるまで待ちます。

WaitForFixedUpdate はコルーチンの yield ステートメントとともにしか使用できません。

yield new WaitForFixedUpdate ();

Inherited members