Class Rig | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class Rig

    Inheritance
    System.Object
    Rig
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public class Rig : MonoBehaviour

    Fields

    weight

    Declaration
    public float weight
    Field Value
    Type Description
    System.Single

    Properties

    constraints

    Declaration
    public IRigConstraint[] constraints { get; }
    Property Value
    Type Description
    IRigConstraint[]

    isInitialized

    Declaration
    public bool isInitialized { get; }
    Property Value
    Type Description
    System.Boolean

    jobs

    Declaration
    public IAnimationJob[] jobs { get; }
    Property Value
    Type Description
    IAnimationJob[]

    Methods

    Destroy()

    Declaration
    public void Destroy()

    Initialize(Animator)

    Declaration
    public bool Initialize(Animator animator)
    Parameters
    Type Name Description
    Animator animator
    Returns
    Type Description
    System.Boolean

    UpdateConstraints(AnimationScriptPlayable[], Boolean)

    Declaration
    public void UpdateConstraints(AnimationScriptPlayable[] playables, bool enabled)
    Parameters
    Type Name Description
    AnimationScriptPlayable[] playables
    System.Boolean enabled
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023