Version: 2017.2
public static BlendWeights blendWeights ;

설명

Blend weights.

The Blend weights can be set to either One Bone, Two Bones or Four Bones.

using UnityEngine;
using System.Collections;

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

See Also: Quality Settings.