Click or drag to resize

VideoStreamGDNativeSetFile Method

Note: This API is now obsolete.

Sets the video file that this VideoStreamGDNative resource handles. The supported extensions depend on the GDNative plugins used to expose video formats.

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.VideoStreamGDNative.SetFile(System.String)"]

See Also