Class GameObjectEnabling
Inherited Members
Namespace: Unity.Reflect.Actors
Syntax
public class GameObjectEnabling : GameObjectMessage
Constructors
GameObjectEnabling(List<GameObjectIdentifier>)
Declaration
public GameObjectEnabling(List<GameObjectIdentifier> gameObjectIds)
Parameters
| Type | Name | Description |
|---|---|---|
| List<GameObjectIdentifier> | gameObjectIds |
GameObjectEnabling(DynamicGuid, EntryStableGuid, GameObject)
Declaration
public GameObjectEnabling(DynamicGuid id, EntryStableGuid stableId, GameObject gameObject)
Parameters
| Type | Name | Description |
|---|---|---|
| DynamicGuid | id | |
| EntryStableGuid | stableId | |
| GameObject | gameObject |