Click or drag to resize

GLMonoBehaviourInstantiate Method (GameObject, Vector3, Quaternion)

Instantiates the specified prefab.

Namespace:  Gamelogic.Extensions
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static GameObject Instantiate(
	GameObject prefab,
	Vector3 position,
	Quaternion rotation
)

Parameters

prefab
Type: GameObject
position
Type: Vector3
rotation
Type: Quaternion

Return Value

Type: GameObject
See Also