Click or drag to resize

ProximityGroupBroadcast Method

[Missing <summary> documentation for "M:Godot.ProximityGroup.Broadcast(System.String,System.Object)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void Broadcast(
	string method,
	Object parameters
)

Parameters

method
Type: SystemString

[Missing <param name="method"/> documentation for "M:Godot.ProximityGroup.Broadcast(System.String,System.Object)"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:Godot.ProximityGroup.Broadcast(System.String,System.Object)"]

See Also