Click or drag to resize

ViewUtilsInstantiateCurvedGridT Method

Namespace:  RavingBots.MagicGestures.UI.Views
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static IEnumerable<T> InstantiateCurvedGrid<T>(
	T prefab,
	Transform parent,
	int width,
	int height,
	float radius,
	float spacing,
	Vector3 center
)
where T : UiElement

Parameters

prefab
Type: T
parent
Type: Transform
width
Type: SystemInt32
height
Type: SystemInt32
radius
Type: SystemSingle
spacing
Type: SystemSingle
center
Type: Vector3

Type Parameters

T

Return Value

Type: IEnumerableT
See Also