docs.unity.cn
    Show / Hide Table of Contents

    Class GameObjectMessage

    Inheritance
    Object
    GameObjectMessage
    GameObjectCreating
    GameObjectDestroying
    GameObjectDisabling
    GameObjectEnabling
    Namespace: Unity.Reflect.Actors
    Syntax
    public class GameObjectMessage

    Constructors

    GameObjectMessage(List<GameObjectIdentifier>)

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

    GameObjectMessage(DynamicGuid, EntryStableGuid, GameObject)

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

    Fields

    GameObjectIds

    Declaration
    public List<GameObjectIdentifier> GameObjectIds
    Field Value
    Type Description
    List<GameObjectIdentifier>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 03 February 2022
    Terms of use