Click or drag to resize

Array Constructor (Object)

Initializes a new instance of the Array class

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

Parameters

array
Type: SystemObject

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

See Also