Click or drag to resize

GameLiftManagerGameControllerAwaitingInstantiation Constructor

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public AwaitingInstantiation(
	GameObject gameObject,
	IEnumerator<GameObject> childObjectEnumerator
)

Parameters

gameObject
Type: GameObject

[Missing <param name="gameObject"/> documentation for "M:ASL.GameLiftManager.GameController.AwaitingInstantiation.#ctor(UnityEngine.GameObject,System.Collections.Generic.IEnumerator{UnityEngine.GameObject})"]

childObjectEnumerator
Type: System.Collections.GenericIEnumeratorGameObject

[Missing <param name="childObjectEnumerator"/> documentation for "M:ASL.GameLiftManager.GameController.AwaitingInstantiation.#ctor(UnityEngine.GameObject,System.Collections.Generic.IEnumerator{UnityEngine.GameObject})"]

See Also