Version: 5.3 (switch to 5.4b)
言語English
  • C#
  • JS

スクリプト言語

好きな言語を選択してください。選択した言語でスクリプトコードが表示されます。

QualitySettings.blendWeights

マニュアルに切り替える
public static BlendWeights blendWeights;

説明

ブレンドの重みを返す。

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

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { QualitySettings.blendWeights = BlendWeights.OneBone; } }

See Also: Quality Settings.