docs.unity.cn
    Show / Hide Table of Contents

    Class SceneObjectGuid

    Generates a globally unique identifier (System.Guid) for a GameObject that has this component.

    Inheritance
    Object
    SceneObjectGuid
    Namespace: Unity.Tutorials.Core
    Syntax
    public class SceneObjectGuid : MonoBehaviour
    Remarks

    This component is removed from the GameObject when were are not in Editor Mode.

    Properties

    Id

    The unique identifier.

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, January 21, 2022
    Terms of use