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

スクリプト言語

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

AnimationState.length

public var length: float;

Description

秒単位のアニメーションクリップの長さ

	// Print the length of the walk animation in seconds
	print (animation["Walk"].length);