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

スクリプト言語

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

Animation.Rewind

Switch to Manual
public function Rewind(name: string): void;

Description

/name/ という名のアニメーションを巻き戻します。

	// Rewind the walk animation to the start
	animation.Rewind("walk");
public function Rewind(): void;

Description

全てのアニメーションを巻き戻します。

	// Rewind all animations to the start
	animation.Rewind();