Class Rig
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Animations.Rigging
Syntax
[DisallowMultipleComponent]
[AddComponentMenu("Animation Rigging/Setup/Rig")]
[HelpURL("https://docs.unity3d.com/Packages/com.unity.animation.rigging@0.3?preview=1&subfolder=/manual/index.html")]
public class Rig : MonoBehaviour, IRigEffectorHolder
Fields
m_Weight
Declaration
[SerializeField]
[Range(0F, 1F)]
protected float m_Weight
Field Value
Type | Description |
---|---|
Single |
Properties
weight
Declaration
public float weight { get; set; }
Property Value
Type | Description |
---|---|
Single |