Click or drag to resize

ArrayAddition Operator

[Missing <summary> documentation for "M:Godot.Collections.Array.op_Addition(Godot.Collections.Array,Godot.Collections.Array)"]

Namespace:  Godot.Collections
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Array operator +(
	Array left,
	Array right
)

Parameters

left
Type: Godot.CollectionsArray

[Missing <param name="left"/> documentation for "M:Godot.Collections.Array.op_Addition(Godot.Collections.Array,Godot.Collections.Array)"]

right
Type: Godot.CollectionsArray

[Missing <param name="right"/> documentation for "M:Godot.Collections.Array.op_Addition(Godot.Collections.Array,Godot.Collections.Array)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.Collections.Array.op_Addition(Godot.Collections.Array,Godot.Collections.Array)"]

See Also