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

スクリプト言語

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

InteractiveCloth.friction

Switch to Manual
public var friction: float;

Description

布の摩擦

Must be between zero and one.

	// Make the cloth slide on any surface

	transform.GetComponent(InteractiveCloth).friction = 0;