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

スクリプト言語

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

AnimationClip.length

public var length: float;

Description

アニメーションの再生時間(RO)。

	animation.Play();
	// Wait for the animation to have finished
	yield WaitForSeconds (animation.clip.length);