docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetParent

    GetParent(GameObject)

    Retrieves the direct parent game object, or return null if there is no parent.

    Declaration
    public static GameObject GetParent(this GameObject gameObject)
    Parameters
    Type Name Description
    GameObject gameObject

    The game object for which to retrieve the parent.

    Returns
    Type Description
    GameObject

    The parent game object if it exists. Otherwise, returns null.

    In This Article
    Back to top
    Copyright © 2024 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)