Click or drag to resize

VideoStreamTheoraSetFile Method

Note: This API is now obsolete.

Sets the Ogg Theora video file that this VideoStreamTheora resource handles. The file name should have the .ogv 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.VideoStreamTheora.SetFile(System.String)"]

See Also