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

スクリプト言語

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

AnimationState.normalizedTime

public var normalizedTime: float;

Description

正規化されたアニメーションの再生時間。

1の値はアニメーションの最後です。0.5はアニメーションのちょうど真ん中です。

	// Fast forward to the middle of the animation
	animation["Walk"].normalizedTime = 0.5;