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

スクリプト言語

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

InteractiveCloth.attachmentResponse

Switch to Manual
public var attachmentResponse: float;

Description

接続されているRigidBodyオブジェクトに、どのくらい力が適用されているか

The higher this value is, the greater the forces applied to attached rigidbodies are. It is recommended to start out with small values (like 0.2) for best results. Only has an affect for rigid bodies which have been attached with the twoWayInteraction parameter set. See Also: AttachToCollider 関数

	// Make it behave like india rubber, increase the value to increase
	// the force applied back to the colliders

	transform.GetComponent(InteractiveCloth).attachmentResponse = 10;