Class GameObjectCreating
Inherited Members
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 |