Click or drag to resize

ArrayTDuplicate Method

[Missing <summary> documentation for "M:Godot.Collections.Array`1.Duplicate(System.Boolean)"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array<T> Duplicate(
	bool deep = false
)

Parameters

deep (Optional)
Type: SystemBoolean

[Missing <param name="deep"/> documentation for "M:Godot.Collections.Array`1.Duplicate(System.Boolean)"]

Return Value

Type: ArrayT

[Missing <returns> documentation for "M:Godot.Collections.Array`1.Duplicate(System.Boolean)"]

See Also