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