Click or drag to resize

ArrayT Constructor (T)

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array(
	params T[] array
)

Parameters

array
Type: T

[Missing <param name="array"/> documentation for "M:Godot.Collections.Array`1.#ctor(`0[])"]

See Also