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

    Class RigUtils

    Inheritance
    System.Object
    RigUtils
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: UnityEngine.Animations.Rigging
    Syntax
    public static class RigUtils

    Properties

    syncSceneToStreamBinder

    Declaration
    public static IAnimationJobBinder syncSceneToStreamBinder { get; }
    Property Value
    Type Description
    IAnimationJobBinder

    Methods

    BuildUniqueReferenceMap(JobTransform[])

    Declaration
    public static Dictionary<int, List<int>> BuildUniqueReferenceMap(JobTransform[] references)
    Parameters
    Type Name Description
    JobTransform[] references
    Returns
    Type Description
    Dictionary<System.Int32, List<System.Int32>>

    CreateAnimationJobs(Animator, IRigConstraint[])

    Declaration
    public static IAnimationJob[] CreateAnimationJobs(Animator animator, IRigConstraint[] constraints)
    Parameters
    Type Name Description
    Animator animator
    IRigConstraint[] constraints
    Returns
    Type Description
    IAnimationJob[]

    CreateSyncSceneToStreamData(JobTransform[])

    Declaration
    public static IAnimationJobData CreateSyncSceneToStreamData(JobTransform[] references)
    Parameters
    Type Name Description
    JobTransform[] references
    Returns
    Type Description
    IAnimationJobData

    DestroyAnimationJobs(IRigConstraint[], IAnimationJob[])

    Declaration
    public static void DestroyAnimationJobs(IRigConstraint[] constraints, IAnimationJob[] jobs)
    Parameters
    Type Name Description
    IRigConstraint[] constraints
    IAnimationJob[] jobs

    GetAllConstraintReferences(Animator, IRigConstraint[])

    Declaration
    public static JobTransform[] GetAllConstraintReferences(Animator animator, IRigConstraint[] constraints)
    Parameters
    Type Name Description
    Animator animator
    IRigConstraint[] constraints
    Returns
    Type Description
    JobTransform[]

    GetAllRigTransformReferences(Rig)

    Declaration
    public static JobTransform[] GetAllRigTransformReferences(Rig rig)
    Parameters
    Type Name Description
    Rig rig
    Returns
    Type Description
    JobTransform[]

    GetConstraints(Rig)

    Declaration
    public static IRigConstraint[] GetConstraints(Rig rig)
    Parameters
    Type Name Description
    Rig rig
    Returns
    Type Description
    IRigConstraint[]
    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