Click or drag to resize

VideoStreamWebmSetFile Method

Note: This API is now obsolete.

Sets the WebM video file that this VideoStreamWebm resource handles. The file name should have the .webm extension.

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

Parameters

file
Type: SystemString

[Missing <param name="file"/> documentation for "M:Godot.VideoStreamWebm.SetFile(System.String)"]

See Also