docs.unity.cn
    Show / Hide Table of Contents

    Class GameObjectIdentifier

    Inheritance
    Object
    GameObjectIdentifier
    Namespace: Unity.Reflect.Actors
    Syntax
    public class GameObjectIdentifier

    Constructors

    GameObjectIdentifier(DynamicGuid, EntryStableGuid, GameObject)

    Declaration
    public GameObjectIdentifier(DynamicGuid id, EntryStableGuid stableId, GameObject gameObject)
    Parameters
    Type Name Description
    DynamicGuid id
    EntryStableGuid stableId
    GameObject gameObject

    Fields

    GameObject

    Declaration
    public GameObject GameObject
    Field Value
    Type Description
    GameObject

    Id

    Declaration
    public DynamicGuid Id
    Field Value
    Type Description
    DynamicGuid

    StableId

    Declaration
    public EntryStableGuid StableId
    Field Value
    Type Description
    EntryStableGuid
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use