docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface INodeHierarchyInfo

    Provides glTF node hierarchy information.

    Namespace: GLTFast
    Assembly: glTFast.dll
    Syntax
    public interface INodeHierarchyInfo

    Methods

    GetNodeName(int)

    Gets the name of the node at the given index.

    Declaration
    string GetNodeName(int nodeIndex)
    Parameters
    Type Name Description
    int nodeIndex

    Node index.

    Returns
    Type Description
    string

    Node name.

    GetParentIndex(int)

    Gets the parent index of the node at the given index.

    Declaration
    int GetParentIndex(int nodeIndex)
    Parameters
    Type Name Description
    int nodeIndex

    Node index.

    Returns
    Type Description
    int

    Parent node index (negative if node has no parent).

    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)