Interface IRigLayer | Animation Rigging | 0.3.4-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Interface IRigLayer

    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public interface IRigLayer

    Properties

    active

    Declaration
    bool active { get; }
    Property Value
    Type Description
    Boolean

    constraints

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

    jobs

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

    name

    Declaration
    string name { get; }
    Property Value
    Type Description
    String

    rig

    Declaration
    Rig rig { get; }
    Property Value
    Type Description
    Rig

    Methods

    Initialize(Animator)

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

    IsValid()

    Declaration
    bool IsValid()
    Returns
    Type Description
    Boolean

    Reset()

    Declaration
    void Reset()

    Update()

    Declaration
    void Update()
    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