docs.unity.cn
    Show / Hide Table of Contents

    Class GameObjectCreating

    Inheritance
    Object
    GameObjectMessage
    GameObjectCreating
    Inherited Members
    GameObjectMessage.GameObjectIds
    Namespace: Unity.Reflect.Actors
    Syntax
    public class GameObjectCreating : GameObjectMessage

    Constructors

    GameObjectCreating(List<GameObjectIdentifier>)

    Declaration
    public GameObjectCreating(List<GameObjectIdentifier> gameObjectIds)
    Parameters
    Type Name Description
    List<GameObjectIdentifier> gameObjectIds

    GameObjectCreating(DynamicGuid, EntryStableGuid, GameObject)

    Declaration
    public GameObjectCreating(DynamicGuid id, EntryStableGuid stableId, GameObject gameObject)
    Parameters
    Type Name Description
    DynamicGuid id
    EntryStableGuid stableId
    GameObject gameObject
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use