docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AnimationUtils

    Animation related utility methods.

    Inheritance
    object
    AnimationUtils
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast
    Assembly: glTFast.dll
    Syntax
    public static class AnimationUtils

    Methods

    CreateAnimationPath(int, INodeHierarchyInfo, string)

    Creates an animation path compatible with the animation module.

    Declaration
    public static string CreateAnimationPath(int nodeIndex, INodeHierarchyInfo nodeHierarchyInfo, string subPath = null)
    Parameters
    Type Name Description
    int nodeIndex

    Index of the target node.

    INodeHierarchyInfo nodeHierarchyInfo

    Can be used to query hierarchical information and build an animation path string.

    string subPath

    Optional part that will be appended to the result.

    Returns
    Type Description
    string

    Animation path.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)