docs.unity3d.com
    Show / Hide Table of Contents

    Class SceneObjectGUIDManager

    Inheritance
    Object
    SceneObjectGUIDManager
    Namespace: Global Namespace
    Syntax
    public class SceneObjectGUIDManager

    Constructors

    SceneObjectGUIDManager()

    Declaration
    public SceneObjectGUIDManager()

    Properties

    instance

    Declaration
    public static SceneObjectGUIDManager instance { get; set; }
    Property Value
    Type Description
    SceneObjectGUIDManager

    IsInitiated

    Declaration
    public static bool IsInitiated { get; }
    Property Value
    Type Description
    Boolean

    Methods

    Contains(String)

    Declaration
    public bool Contains(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    Boolean

    Deregister(SceneObjectGUIDComponent)

    Declaration
    public void Deregister(SceneObjectGUIDComponent component)
    Parameters
    Type Name Description
    SceneObjectGUIDComponent component

    GetComponent(String)

    Declaration
    public SceneObjectGUIDComponent GetComponent(string id)
    Parameters
    Type Name Description
    String id
    Returns
    Type Description
    SceneObjectGUIDComponent

    Register(SceneObjectGUIDComponent)

    Declaration
    public void Register(SceneObjectGUIDComponent component)
    Parameters
    Type Name Description
    SceneObjectGUIDComponent component
    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