Click or drag to resize

VideoPlayerSetBus Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.VideoPlayer.SetBus(System.String)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetBus is deprecated. Use the Bus property instead.")]
public void SetBus(
	string bus
)

Parameters

bus
Type: SystemString

[Missing <param name="bus"/> documentation for "M:Godot.VideoPlayer.SetBus(System.String)"]

See Also