Click or drag to resize

UPNPSetDevice Method

Sets the device at index from the list of discovered devices to device.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetDevice(
	int index,
	UPNPDevice device
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Godot.UPNP.SetDevice(System.Int32,Godot.UPNPDevice)"]

device
Type: GodotUPNPDevice

[Missing <param name="device"/> documentation for "M:Godot.UPNP.SetDevice(System.Int32,Godot.UPNPDevice)"]

See Also