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

スクリプト言語

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

QualitySettings.blendWeights

public static var blendWeights: BlendWeights;

Description

ブレンドの重みを返す。

1、2、4 ボーンのいずれかに設定する。

	// Set Blend weights to one bone.

	QualitySettings.blendWeights = BlendWeights.OneBone;

See Also: Quality Settings.