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

スクリプト言語

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

Animator.recorderStartTime

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual
public var recorderStartTime: float;
public float recorderStartTime;
public recorderStartTime as float

Description

記録されたクリップの中の再生位置を StartRecording が呼び出しされた時間に対して相対的に示します。

例えば、フレーム 10 から録画を開始して、バッファが 5 フレームの長さになります。 もしバッファが初期化されてなければ ( StartRecording が呼び出しされてない場合)、このプロパティの値は -1 となります。 See Also: recorderStopTime.