Click or drag to resize

GridBuilderUtilsInstantiateT Method

Namespace:  Gamelogic.Grids
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static T Instantiate<T>(
	T prefab
)
where T : MonoBehaviour

Parameters

prefab
Type: T

Type Parameters

T

Return Value

Type: T
See Also